summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:53 +0000
commit46331d2f9ab8decf8dba54a41ea9378d6aa21bb7 (patch)
tree17faf23843d8ef5adc1827df9b98e7340ff97982
parentuser.js: Disabling automatic translation pop-up. (diff)
downloadfirefox-46331d2f9ab8decf8dba54a41ea9378d6aa21bb7.tar.xz
firefox-46331d2f9ab8decf8dba54a41ea9378d6aa21bb7.zip
user.js: Disabling promo ads.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/pref/user.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index e0ebbdab57..8a5cb397b7 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1078,3 +1078,7 @@ user_pref("browser.tabs.warnOnClose", true);
user_pref("browser.toolbars.bookmarks.visibility", "never");
user_pref("browser.translations.automaticallyPopup", false);
+
+user_pref("browser.promo.focus.enabled", false);
+user_pref("browser.promo.pin.enabled", false);
+user_pref("browser.vpn_promo.enabled", false);