We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2149a0 commit 7e43de9Copy full SHA for 7e43de9
src/chrome/content/code/HTTPSRules.js
@@ -549,9 +549,9 @@ const HTTPSRules = {
549
catch(e2) {this.log(WARN, "bang" + e + " & " + e2 + " & "+ input_uri);}
550
}
551
} catch(e3) {
552
- this.log(WARN, "uri.host is explosive!");
553
- try { this.log(WARN, "(" + uri.spec + ")"); }
554
- catch(e4) { this.log(WARN, "(and unprintable)"); }
+ this.log(INFO, "uri.host is explosive!");
+ try { this.log(INFO, "(" + uri.spec + ")"); }
+ catch(e4) { this.log(WARN, "(and unprintable!!!!!!)"); }
555
556
return uri;
557
},
0 commit comments