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

Unified Diff: defaults/prefs.js

Issue 6337686776315904: Issue 394 - hit statistics tool data collection (Closed)
Patch Set: Use braces for consistency Created April 16, 2015, 2:05 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/locale/en-US/filters.dtd ('k') | lib/filterHits.js » ('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
@@ -26,6 +26,8 @@
pref("extensions.adblockplus.subscriptions_exceptionscheckbox", true);
pref("extensions.adblockplus.documentation_link", "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%");
pref("extensions.adblockplus.savestats", true);
+pref("extensions.adblockplus.sendstats", false);
+pref("extensions.adblockplus.sendstats_url", "https://hitstats.adblockplus.org/submit");
pref("extensions.adblockplus.composer_default", 2);
pref("extensions.adblockplus.clearStatsOnHistoryPurge", true);
pref("extensions.adblockplus.report_submiturl", "https://reports.adblockplus.org/submitReport?version=1&guid=%GUID%&lang=%LANG%");
« no previous file with comments | « chrome/locale/en-US/filters.dtd ('k') | lib/filterHits.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld