summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:28 +0000
commit87ec80098bc798df3837fe568842ae49d309b26f (patch)
treec8788a5204e3cecad49fc38e8b6c980ef86748c3 /debian
parentuser.js: Disabling smooth scrolling. (diff)
downloadfirefox-esr-87ec80098bc798df3837fe568842ae49d309b26f.tar.xz
firefox-esr-87ec80098bc798df3837fe568842ae49d309b26f.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.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index 253180e821..55a81827dd 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1021,6 +1021,8 @@ 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");
+
user_pref("extensions.pocket.enabled", false);
user_pref("full-screen-api.warning.delay", 0);