diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:25:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:25:52 +0000 |
commit | faefbd67c2fe54b005f525fdf7dacbadb251033d (patch) | |
tree | 0e873d9c4fbfc4787ef7076dd360671fc992cbaf /debian | |
parent | user.js: Disabling resist fingerprinting. (diff) | |
download | firefox-esr-faefbd67c2fe54b005f525fdf7dacbadb251033d.tar.xz firefox-esr-faefbd67c2fe54b005f525fdf7dacbadb251033d.zip |
user.js: Enabling to warn on close.
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 899f5adb5e..83bb7c3a44 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1019,5 +1019,7 @@ user_pref("network.cookie.lifetimePolicy", 2); /* END: internal custom pref to test for syntax errors ***/ user_pref("_user.js.parrot", "SUCCESS: No no he's not dead, he's, he's restin'!"); +user_pref("browser.tabs.warnOnClose", true); + user_pref("media.autoplay.default", 5); user_pref("media.autoplay.blocking_policy", 2); |