We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e61e0 commit 3e21c7bCopy full SHA for 3e21c7b
src/chrome/content/code/HTTPSRules.js
@@ -226,7 +226,7 @@ const RuleWriter = {
226
var lngth = xmlblob.ruleset.length(); // premature optimisation
227
if (lngth == 0)
228
this.log(WARN, "Apparent <rulesetlibrary> with no <rulesets> in"
229
- + file.path + "\n" + xmlbob);
+ + file.path + "\n" + xmlblob);
230
for (var j = 0; j < lngth; j++)
231
this.parseOneRuleset(xmlblob.ruleset[j], rule_store, file);
232
}
0 commit comments