diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:07:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:09:31 +0000 |
commit | 4c35b9659986079940b3eca5f4e2a32e7a8c34a1 (patch) | |
tree | 4629c4fe5646b17039291ea25dde15a6cb2bd45d | |
parent | user.js: Disabling firefox-view tab. (diff) | |
download | firefox-4c35b9659986079940b3eca5f4e2a32e7a8c34a1.tar.xz firefox-4c35b9659986079940b3eca5f4e2a32e7a8c34a1.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 bc73cec194..407826dbc6 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1033,3 +1033,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); |