We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddaf8ae commit 72cfae3Copy full SHA for 72cfae3
src/chrome/content/code/HTTPS.js
@@ -31,7 +31,7 @@ const HTTPS = {
31
httpsRewrite: null,
32
33
replaceChannel: function(applicable_list, channel) {
34
- var blob = HTTPSRules.rewrittenURI(applicable_list, channel.URI);
+ var blob = HTTPSRules.rewrittenURI(applicable_list, channel.URI.clone());
35
if (null == blob) return false; // no rewrite
36
var uri = blob.newuri;
37
if (!uri) this.log(WARN, "OH NO BAD ARGH\nARGH");
0 commit comments