Index: lib/adblockplus_compat.js |
=================================================================== |
--- a/lib/adblockplus_compat.js |
+++ b/lib/adblockplus_compat.js |
@@ -290,16 +290,18 @@ require.scopes.prefs = { |
patternsbackups: 5, |
patternsbackupinterval: 24, |
data_directory: "", |
savestats: false, |
privateBrowsing: false, |
subscriptions_fallbackerrors: 5, |
subscriptions_fallbackurl: "https://adblockplus.org/getSubscription?version=%VERSION%&url=%SUBSCRIPTION%&downloadURL=%URL%&error=%ERROR%&channelStatus=%CHANNELSTATUS%&responseStatus=%RESPONSESTATUS%", |
subscriptions_autoupdate: true, |
+ subscriptions_exceptionsurl: "https://easylist-downloads.adblockplus.org/exceptionrules.txt", |
+ documentation_link: "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%", |
addListener: function() {} |
} |
}; |
// |
// Utils module |
// |