diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:31:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:31:19 +0000 |
commit | 2eed3d52dd89b5fcd0417f707cb5f3a8fa290568 (patch) | |
tree | 4852e1c84896ef11caeaf916da01a980c900b076 /debian | |
parent | user.js: Enabling to warn on close. (diff) | |
download | firefox-2eed3d52dd89b5fcd0417f707cb5f3a8fa290568.tar.xz firefox-2eed3d52dd89b5fcd0417f707cb5f3a8fa290568.zip |
user.js: Disabling to show bookmarks toolbar by default.
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 dd7b4c90ef..5c6aaeab8f 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -990,3 +990,5 @@ user_pref("network.cookie.lifetimePolicy", 2); 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("browser.toolbars.bookmarks.visibility", "never"); |