From 7c867e132992f4b7cae31f5b23b346f0f0434944 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 May 2024 09:57:52 +0300 Subject: [PATCH] firefox: explicitly allow about:{addons,config,profiles,support} --- etc/firefox/policies/policies.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index fc782836..a735251b 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -67,6 +67,10 @@ } } }, + "BlockAboutAddons": false, + "BlockAboutConfig": false, + "BlockAboutProfiles": false, + "BlockAboutSupport": false, "Certificates": { "ImportEnterpriseRoots": false },