firefox: begin adding security preferences

This commit is contained in:
Aminda Suomalainen 2024-05-14 09:04:56 +03:00
parent 7f653b52e3
commit beee380a30
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -208,7 +208,28 @@
"Preferences": { "Preferences": {
"pdfjs.enableScripting": { "pdfjs.enableScripting": {
"Status": "locked", "Status": "locked",
"Type": "boolean",
"Value": false "Value": false
},
"security.OCSP.require": {
"Status": "locked",
"Type": "boolean",
"Value": true
},
"security.insecure_connection_text.enabled": {
"Status": "locked",
"Type": "boolean",
"Value": true
},
"security.insecure_connection_text.pbmode.enabled": {
"Status": "locked",
"Type": "boolean",
"Value": true
},
"security.ssl.enable_ocsp_stapling": {
"Status": "locked",
"Type": "boolean",
"Value": true
} }
}, },
"SearchEngines": { "SearchEngines": {