diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:07:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:09:32 +0000 |
commit | 4ad2486816bc311b964ed37254b9f5be517dffb4 (patch) | |
tree | 47300fe74a0654e918cf40806f466a2613f7eb0e /debian | |
parent | user.js: Disabling promo ads. (diff) | |
download | firefox-4ad2486816bc311b964ed37254b9f5be517dffb4.tar.xz firefox-4ad2486816bc311b964ed37254b9f5be517dffb4.zip |
user.js: Disabling pocket extension.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/pref/user.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index d453d1043e..d7780200a1 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1043,3 +1043,5 @@ 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); + +user_pref("extensions.pocket.enabled", false); |