Index: defaults/prefs.js |
=================================================================== |
--- a/defaults/prefs.js |
+++ b/defaults/prefs.js |
@@ -32,3 +32,7 @@ |
pref("extensions.adblockplus.recentReports", []); |
pref("extensions.adblockplus.hideContributeButton", false); |
pref("extensions.adblockplus.blockableItemsSize", {width: 200, height: 200}); |
+pref("extensions.adblockplus.correctTyposAsk", false); |
Wladimir Palant
2012/11/09 08:26:15
Judging from the logic, this preference should be
|
+pref("extensions.adblockplus.correctTypos", false); |
+pref("extensions.adblockplus.whitelist", {}); |
+pref("extensions.adblockplus.lastRuleUpdate", 0); |