Index: lib/prefs.js |
=================================================================== |
--- a/lib/prefs.js |
+++ b/lib/prefs.js |
@@ -153,6 +153,14 @@ |
defaults.notifications_showui = false; |
/** |
+ * Whether to show tracking warning in options page when both |
+ * Acceptable Ads and subscription of type "Privacy" are enabled. |
+ * |
+ * @type {boolean} |
+ */ |
+defaults.ui_warn_tracking = true; |
+ |
+/** |
* Determines whether data has been cleaned up after upgrading from the legacy |
* extension on Firefox. |
* |