Skip to content

Commit 06eef51

Browse files
committed
.. but do record that that happened
1 parent f82adcb commit 06eef51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/https-everywhere.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,8 @@ HTTPSEverywhere.prototype = {
431431
var lst = this.getApplicableListForChannel(channel);
432432
if (channel.URI.spec in https_everywhere_blacklist) {
433433
this.log(DBUG, "Avoiding blacklisted " + channel.URI.spec);
434-
if (lst) lst.breaking_rule(https_everywhere_blacklist[channel.URI.spec]);
434+
if (lst) lst.breaking_rule(https_everywhere_blacklist[channel.URI.spec])
435+
else this.log(WARN,"Failed to indicate breakage in content menu");
435436
return;
436437
}
437438
HTTPS.replaceChannel(lst, channel);

0 commit comments

Comments
 (0)