We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f88821 commit a687239Copy full SHA for a687239
1 file changed
src/chrome/content/code/ChannelReplacement.js
@@ -88,9 +88,12 @@ ChannelReplacement.prototype = {
88
// By removing this flag, we allow Flash to see the "originalURI" attirubte of newChan,
89
// which contains the HTTP (non-HTTPS) URL that Flash requested before HTTPS-Everywhere
90
// redirected the channel.
91
-//
+// XXX: May have unintended side effects. Needs more investigation.
92
+//
93
// newChan.loadFlags = loadFlags | newChan.LOAD_REPLACE;
94
95
+ newChan.loadFlags = loadFlags;
96
+
97
if (!(newChan instanceof Ci.nsIHttpChannel))
98
return this;
99
0 commit comments