mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
firefox: begin adding security preferences
This commit is contained in:
parent
7f653b52e3
commit
beee380a30
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user