We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3211a18 commit 8eaafa8Copy full SHA for 8eaafa8
src/components/https-everywhere.js
@@ -705,7 +705,7 @@ HTTPSEverywhere.prototype = {
705
return;
706
}
707
var alist = this.juggleApplicableListsDuringRedirection(oldChannel, newChannel);
708
- HTTPS.replaceChannel(alist,newChannel);
+ HTTPS.replaceChannel(alist, newChannel, this.httpNowhereEnabled);
709
},
710
711
juggleApplicableListsDuringRedirection: function(oldChannel, newChannel) {
0 commit comments