summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:31:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:31:17 +0000
commit2106048c64a7588e87894dc3f2935f6fde24891d (patch)
tree866494c0a30275b2fe665d47e282d2ad2e0f9dff /debian
parentuser.js: Disabling page thumbnail collection. (diff)
downloadfirefox-2106048c64a7588e87894dc3f2935f6fde24891d.tar.xz
firefox-2106048c64a7588e87894dc3f2935f6fde24891d.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.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index d0b5003feb..dd7b4c90ef 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -988,3 +988,5 @@ 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);