We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bf59b commit 10e4730Copy full SHA for 10e4730
src/chrome/content/code/HTTPSRules.js
@@ -488,7 +488,6 @@ const HTTPSRules = {
488
// the new uri if there was a rewrite. Now it returns a JS object with a
489
// newuri attribute and an applied_ruleset attribute (or null if there's
490
// no rewrite).
491
- if (this.shouldIgnoreURI(input_uri)) { return null; }
492
var i = 0;
493
userpass_present = false; // Global so that sanitiseURI can tweak it.
494
// Why does JS have no tuples, again?
0 commit comments