firefox: enable pdf alt texts, translations

This commit is contained in:
Aminda Suomalainen 2026-02-26 12:05:30 +02:00
parent 10a5d951ca
commit 7bc2e9c8bc
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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",