mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
firefox: begin adding security preferences
This commit is contained in:
parent
7f653b52e3
commit
beee380a30
@ -208,7 +208,28 @@
|
||||
"Preferences": {
|
||||
"pdfjs.enableScripting": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"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": {
|
||||
|
Loading…
Reference in New Issue
Block a user