From 7bc2e9c8bccdccdcb043a135a2c43696e828bcab Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 26 Feb 2026 12:05:30 +0200 Subject: [PATCH] firefox: enable pdf alt texts, translations --- etc/firefox/policies/policies.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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",