From 77cbf3682029e6168200a8fddc6d2bd0c605a737 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 5 Mar 2025 09:42:50 +0200 Subject: [PATCH] firefox: lock translation settings to a reasonable state --- etc/firefox/policies/policies.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 24c69f6e..2c4ff9fd 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -476,15 +476,30 @@ "Type": "boolean", "Value": false }, - "browser.translation.neverForLanguages": { - "Status": "default", - "Type": "string", - "Value": "en, fi" + "browser.translations.automaticallyPopup": { + "Status": "locked", + "Type": "boolean", + "Value": false + }, + "browser.translations.enable": { + "Status": "locked", + "Type": "boolean", + "Value": true }, "browser.translations.neverTranslateLanguages": { - "Status": "default", + "Status": "locked", "Type": "string", - "Value": "en, fi" + "Value": "" + }, + "browser.translations.panelShown": { + "Status": "locked", + "Type": "boolean", + "Value": true + }, + "browser.translations.select.enable": { + "Status": "locked", + "Type": "boolean", + "Value": true }, "browser.urlbar.trimHttps": { "Status": "locked",