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

Unified Diff: defaults/prefs.json

Issue 6337686776315904: Issue 394 - hit statistics tool data collection (Closed)
Patch Set: Addressed Wladimir comments (save data in the database instead of memory) Created Feb. 19, 2016, 5:20 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.json
===================================================================
--- a/defaults/prefs.json
+++ b/defaults/prefs.json
@@ -26,6 +26,9 @@
"subscriptions_exceptionscheckbox": true,
"documentation_link": "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%",
"savestats": true,
+ "sendstats": false,
+ "sendstats_last_push": 0,
+ "sendstats_url": "http://localhost/test.php",
Wladimir Palant 2016/02/29 14:35:44 Probably a good reason to add a TODO comment here,
saroyanm 2016/03/18 18:23:12 Acknowledged.
"composer_default": 2,
"clearStatsOnHistoryPurge": true,
"report_submiturl": "https://reports.adblockplus.org/submitReport?version=1&guid=%GUID%&lang=%LANG%",

Powered by Google App Engine
This is Rietveld