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

Unified Diff: lib/prefs.js

Issue 29508671: Testing new options page with the extension (Closed)
Patch Set: Added introduced new settings Created Sept. 27, 2017, 3:28 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 | « dependencies ('k') | metadata.chrome » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/prefs.js
===================================================================
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -90,6 +90,11 @@
*/
defaults.subscriptions_exceptionsurl = "https://easylist-downloads.adblockplus.org/exceptionrules.txt";
/**
+ * @see https://adblockplus.org/en/preferences#subscriptions_exceptionsurl_privacy
saroyanm 2017/09/27 15:31:36 We probably need to update this page.
+ * @type {string}
+ */
+defaults.subscriptions_exceptionsurl_privacy = "https://easylist-downloads.adblockplus.org/exceptionrules.txt";
+/**
* @see https://adblockplus.org/en/preferences#subscriptions_antiadblockurl
* @type {string}
*/
@@ -146,7 +151,11 @@
* @type {boolean}
*/
defaults.notifications_showui = false;
-
+/**
+ * Whether notification about privacy conflict should be shown.
+ * @type {boolean}
+ */
+defaults.ui_warn_tracking = true;
/**
* Determines whether data has been cleaned up after upgrading from the legacy
* extension on Firefox.
« no previous file with comments | « dependencies ('k') | metadata.chrome » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld