diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:07:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:09:32 +0000 |
commit | 82f13979e0c656a6bdf186f5d836eb1ee93b425b (patch) | |
tree | e2ac230971c581fa322e1e145abafbbb5ea442fe /debian/local | |
parent | user.js: Disabling automatic translation pop-up. (diff) | |
download | firefox-82f13979e0c656a6bdf186f5d836eb1ee93b425b.tar.xz firefox-82f13979e0c656a6bdf186f5d836eb1ee93b425b.zip |
user.js: Disabling promo ads.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/pref/user.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 1b5627584c..d453d1043e 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1039,3 +1039,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); |