Skip to content

Commit d6bff87

Browse files
author
John Morahan
committed
1 parent 0983b97 commit d6bff87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/chrome/content/code/HTTPS.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ const HTTPS = {
7474
var domain = null;
7575
try { domain = channel.URI.host; } catch (e) {}
7676
if (domain) https_blacklist_domains[domain] = true;
77+
if (httpNowhereEnabled && channel.URI.schemeIs("http")) {
78+
IOUtil.abort(channel);
79+
}
7780
return false;
7881
}
7982

0 commit comments

Comments
 (0)