From e40b1b7d7ccbb4df4ad24a675692d5e425e9b2e4 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 4 Mar 2025 11:23:34 +0200 Subject: [PATCH] firefox: enable tab groups for when they land in ESR with TODO --- conf/firefox-forbidden-policies.js | 3 +++ etc/firefox/policies/policies.json | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/conf/firefox-forbidden-policies.js b/conf/firefox-forbidden-policies.js index 247897d1..0b688ca3 100644 --- a/conf/firefox-forbidden-policies.js +++ b/conf/firefox-forbidden-policies.js @@ -106,5 +106,8 @@ lockPref("sidebar.revamp", true); lockPref("sidebar.verticalTabs", true); lockPref("sidebar.visibility", "always-show"); +// Tab groups. TODO: Are these allowed? I am on ESR, so it does nothing yet. +lockPref("browser.tabs.groups.enabled", true); + // 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 7fd4b9a4..cf5c968a 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -450,6 +450,12 @@ "Type": "boolean", "Value": false }, + "browser.tabs.groups.enabled": { + "Comment": "TODO: Is this allowed when it lands?", + "Status": "default", + "Type": "boolean", + "Value": true + }, "browser.tabs.inTitlebar": { "Status": "default", "Type": "number",