diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:07:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:09:30 +0000 |
commit | 1179ee2e15b75f1623599d625b94b93e21028994 (patch) | |
tree | 24e69ce47d4dd1d49cdf2f51b86e3e6966dc5f71 /debian | |
parent | user.js: Disabling location bar using search. (diff) | |
download | firefox-1179ee2e15b75f1623599d625b94b93e21028994.tar.xz firefox-1179ee2e15b75f1623599d625b94b93e21028994.zip |
user.js: Disabling firefox-view tab.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/pref/user.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index a6b62cc69f..bc73cec194 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1030,3 +1030,6 @@ user_pref("network.dns.skipTRR-when-parental-control-enabled", false); /* 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.firefox-view", false); +user_pref("browser.tabs.firefox-view-next", false); |