From fbe4e587679c1d6d077c1581dc4f3d6a6019c016 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 18 Mar 2025 10:44:21 +0200 Subject: [PATCH] firefox: default enable browser.taskbarTabs.enabled https://www.omgubuntu.co.uk/2025/03/firefox-nightly-supports-web-apps-taskbar-tabs --- etc/firefox/policies/policies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 5014818a..d47ae92a 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -623,6 +623,12 @@ "Type": "boolean", "Value": false }, + "browser.taskbarTabs.enabled": { + "Comment": "Rumoured PWA support", + "Status": "default", + "Type": "boolean", + "Value": true + }, "browser.translations.automaticallyPopup": { "Status": "locked", "Type": "boolean",