Skip to content

Commit 244d64e

Browse files
committed
Merge pull request EFForg#2610 from EFForg/remove-stuff
Remove ChannelReplacement and Thread.
2 parents 4bf73d2 + 07a1cf1 commit 244d64e

File tree

6 files changed

+1
-594
lines changed

6 files changed

+1
-594
lines changed

src/chrome/content/code/ChannelReplacement.js

Lines changed: 0 additions & 389 deletions
This file was deleted.

src/chrome/content/code/HTTPS.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ const HTTPS = {
9494
// This should not happen. We should only get exceptions if
9595
// the channel was already open.
9696
this.log(WARN, "Exception on nsIHttpChannel.redirectTo: "+e);
97-
98-
// Don't return: Fallback to NoScript ChannelReplacement.js
9997
}
10098
this.log(WARN,"Aborting redirection " + channel.name + ", should be HTTPS!");
10199
IOUtil.abort(channel);

0 commit comments

Comments
 (0)