Skip to content

Commit 28926fa

Browse files
committed
Remove ChannelReplacement and Thread.
1 parent 0dfac4c commit 28926fa

5 files changed

Lines changed: 1 addition & 545 deletions

File tree

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)