Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: defaults/prefs.js

Issue 8559070: Integrated URL Fixer into Adblock Plus (Closed)
Patch Set: Changes to opt-in notification text Created Oct. 19, 2012, 3:14 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld