Index: background.js |
=================================================================== |
--- a/background.js |
+++ b/background.js |
@@ -102,7 +102,8 @@ |
notifications_showui: params.showNotificationUI, |
shouldShowBlockElementMenu: true, |
show_devtools_panel: true, |
- subscriptions_exceptionsurl: "https://easylist-downloads.adblockplus.org/exceptionrules.txt" |
+ subscriptions_exceptionsurl: "https://easylist-downloads.adblockplus.org/exceptionrules.txt", |
+ subscriptions_exceptionsurl_privacy: "https://easylist-downloads.adblockplus.org/exceptionrules-privacy.txt" |
saroyanm
2017/07/26 20:56:50
The URL is subject to change, as soon we will know
|
}; |
for (let key of Object.keys(prefs)) |
{ |
@@ -442,6 +443,7 @@ |
"https://easylist-downloads.adblockplus.org/easylistgermany+easylist.txt", |
"https://easylist-downloads.adblockplus.org/exceptionrules.txt", |
"https://easylist-downloads.adblockplus.org/fanboy-social.txt", |
+ "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt", |
"~user~786254" |
]; |
let knownSubscriptions = Object.create(null); |