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

Unified Diff: lib/prefs.js

Issue 29565838: Issue 5803 - Integrate new options page into adblockpluschrome (Closed)
Patch Set: Created Oct. 6, 2017, 8:31 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.gecko-webext » ('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
+ * @type {string}
+ */
+defaults.subscriptions_exceptionsurl_privacy = "https://easylist-downloads.adblockplus.org/exceptionrules-privacy-friendly.txt";
+/**
* @see https://adblockplus.org/en/preferences#subscriptions_antiadblockurl
* @type {string}
*/
« no previous file with comments | « dependencies ('k') | metadata.gecko-webext » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld