We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0983b97 commit d6bff87Copy full SHA for d6bff87
src/chrome/content/code/HTTPS.js
@@ -74,6 +74,9 @@ const HTTPS = {
74
var domain = null;
75
try { domain = channel.URI.host; } catch (e) {}
76
if (domain) https_blacklist_domains[domain] = true;
77
+ if (httpNowhereEnabled && channel.URI.schemeIs("http")) {
78
+ IOUtil.abort(channel);
79
+ }
80
return false;
81
}
82
0 commit comments