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: Created Nov. 9, 2012, 3:21 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
« no previous file with comments | « chrome/skin/icon16.png ('k') | defaults/typoRules.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.correctTyposAsked", false);
+pref("extensions.adblockplus.correctTypos", false);
+pref("extensions.adblockplus.whitelist", {});
+pref("extensions.adblockplus.lastRuleUpdate", 0);
« no previous file with comments | « chrome/skin/icon16.png ('k') | defaults/typoRules.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld