diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:19 +0000 |
commit | 234d133ccc4f299e807d68e6dd1acf7721c7e1f5 (patch) | |
tree | 38b4b77cf1d5159744e735c01494666d87527ab1 | |
parent | user.js: Disabling page thumbnail collection. (diff) | |
download | firefox-esr-234d133ccc4f299e807d68e6dd1acf7721c7e1f5.tar.xz firefox-esr-234d133ccc4f299e807d68e6dd1acf7721c7e1f5.zip |
user.js: Enabling to warn on close.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 d5f80c7e45..a7984781ad 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); |