We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9448b00 commit 6625bc4Copy full SHA for 6625bc4
src/chrome/content/code/HTTPS.js
@@ -192,7 +192,7 @@ const HTTPS = {
192
this.log(WARN,"No URI inside request " +req);
193
return;
194
}
195
- this.log(DBUG, "Cookie hunting in " + uri.spec);
+ //this.log(DBUG, "Cookie hunting in " + uri.spec);
196
var alist = HTTPSEverywhere.instance.getApplicableListForChannel(req);
197
if (!alist)
198
this.log(INFO, "No alist for cookies for "+(req.URI) ? req.URI.spec : "???");
0 commit comments