| 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} |
| */ |
| @@ -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. |