From ae87cac5a8d3c2b0d18ce5d7bdb5568ef5f77f1b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 21 May 2024 21:17:50 +0300 Subject: [PATCH] firefox: set extensions.webextensions.restrictedDomains to user set --- etc/firefox/policies/policies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index dd1e6177..a8775ebb 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -399,8 +399,8 @@ "Value": false }, "extensions.webextensions.restrictedDomains": { - "Comment": "Don't protect Mozilla domains from privacy extensions.", - "Status": "locked", + "Comment": "Don't protect Mozilla domains from privacy extensions. Always reset it to modified/empty so I can access the original value if I ever need it.", + "Status": "user", "Type": "string", "Value": "" },