Skip to content

Commit 8eaafa8

Browse files
committed
Explicity pass httpNowhereEnabled arg to replaceChannel
1 parent 3211a18 commit 8eaafa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/https-everywhere.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ HTTPSEverywhere.prototype = {
705705
return;
706706
}
707707
var alist = this.juggleApplicableListsDuringRedirection(oldChannel, newChannel);
708-
HTTPS.replaceChannel(alist,newChannel);
708+
HTTPS.replaceChannel(alist, newChannel, this.httpNowhereEnabled);
709709
},
710710

711711
juggleApplicableListsDuringRedirection: function(oldChannel, newChannel) {

0 commit comments

Comments
 (0)