From 9e747d9dba92ef3db3da29f0838acc311d588a81 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 6 Nov 2024 10:09:08 +0200 Subject: [PATCH] firefox: vertical tabs and sidebar visibility --- conf/firefox-forbidden-policies.js | 2 ++ etc/firefox/policies/policies.json | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/conf/firefox-forbidden-policies.js b/conf/firefox-forbidden-policies.js index d81fb5c3..575a3496 100644 --- a/conf/firefox-forbidden-policies.js +++ b/conf/firefox-forbidden-policies.js @@ -125,6 +125,8 @@ lockPref("security.ssl.enable_ocsp_must_staple", true); // New sidebar lockPref("sidebar.revamp", true); +lockPref("sidebar.verticalTabs", true); +lockPref("sidebar.visibility", "always-show"); // No making configuration on the last line of the file! // diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index eb904685..ca3defb6 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -961,6 +961,18 @@ "Type": "boolean", "Value": true }, + "sidebar.verticalTabs": { + "Comment": "Preference not allowed for stability reasons.", + "Status": "locked", + "Type": "boolean", + "Value": true + }, + "sidebar.visibility": { + "Comment": "Preference not allowed for stability reasons.", + "Status": "locked", + "Type": "boolean", + "Value": "always-show" + }, "ui.systemUsesDarkTheme": { "Comment": "Another defaulting to dark theme.", "Status": "clear",