diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:48 +0000 |
commit | 8889f0ab087dc7bf8cebdcb2dcdabaa52352e243 (patch) | |
tree | 1117c018d7551fbbeef79e900a9fc85f338ff073 /debian | |
parent | user.js: Disabling firefox-view tab. (diff) | |
download | firefox-8889f0ab087dc7bf8cebdcb2dcdabaa52352e243.tar.xz firefox-8889f0ab087dc7bf8cebdcb2dcdabaa52352e243.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 750e542613..8ade3e11d8 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1072,3 +1072,5 @@ user_pref("_user.js.parrot", "SUCCESS: No no he's not dead, he's, he's restin'!" user_pref("browser.tabs.firefox-view", false); user_pref("browser.tabs.firefox-view-next", false); + +user_pref("browser.tabs.warnOnClose", true); |