mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-02-27 05:08:10 +01:00
firefox: enable pdf alt texts, translations
This commit is contained in:
parent
10a5d951ca
commit
7bc2e9c8bc
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user