diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 3a088f8f..4be16f16 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -662,6 +662,16 @@ "Type": "boolean", "Value": false }, + "browser.ai.control.pdfjsAltText": { + "Status": "default", + "Type": "string", + "Value": "enabled" + }, + "browser.ai.control.translations": { + "Status": "default", + "Type": "string", + "Value": "enabled" + }, "browser.cache.disk.enable": { "Status": "user", "Type": "boolean", @@ -1128,6 +1138,11 @@ "Type": "boolean", "Value": true }, + "pdfjs.enableAltText": { + "Status": "default", + "Type": "boolean", + "Value": true + }, "pdfjs.enableScripting": { "Comment": "I don't see a good reason for allowing scripts in pdf files in a web browser.", "Status": "locked",