We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bfd00 commit f82adcbCopy full SHA for f82adcb
src/components/https-everywhere.js
@@ -431,7 +431,7 @@ HTTPSEverywhere.prototype = {
431
var lst = this.getApplicableListForChannel(channel);
432
if (channel.URI.spec in https_everywhere_blacklist) {
433
this.log(DBUG, "Avoiding blacklisted " + channel.URI.spec);
434
- lst.breaking_rule(https_everywhere_blacklist[channel.URI.spec]);
+ if (lst) lst.breaking_rule(https_everywhere_blacklist[channel.URI.spec]);
435
return;
436
}
437
HTTPS.replaceChannel(lst, channel);
0 commit comments