Index: lib/prefs.js |
=================================================================== |
--- a/lib/prefs.js |
+++ b/lib/prefs.js |
@@ -95,16 +95,21 @@ |
*/ |
defaults.subscriptions_exceptionsurl_privacy = "https://easylist-downloads.adblockplus.org/exceptionrules-privacy-friendly.txt"; |
/** |
* @see https://adblockplus.org/en/preferences#subscriptions_antiadblockurl |
* @type {string} |
*/ |
defaults.subscriptions_antiadblockurl = "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt"; |
/** |
+ * Used to ensure the Anti Circumvention subscription is opted in by default. |
+ * @type {boolean} |
+ */ |
+defaults.subscriptions_checkedanticv = false; |
+/** |
* @see https://adblockplus.org/en/preferences#documentation_link |
* @type {string} |
*/ |
defaults.documentation_link = "https://adblockplus.org/redirect?link=%LINK%&lang=%LANG%"; |
/** |
* @see https://adblockplus.org/en/preferences#notificationdata |
* @type {object} |
*/ |