| 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/10/05 21:58:13
I'll create separate review to update websites.
saroyanm
2017/10/06 16:58:28
See -> https://codereview.adblockplus.org/29565858
|
| + * @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} |
| */ |