mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
firefox: force enable phishing & malware protection
Although they can still be disabled through about:config, I am trusting my family to not start doing that
This commit is contained in:
parent
428f60d00e
commit
8b050a2bab
@ -352,6 +352,21 @@
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"browser.safebrowsing.blockedURIs.enabled": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"browser.safebrowsing.malware.enabled": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"browser.safebrowsing.phishing.enabled": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"dom.security.https_only_mode": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
|
Loading…
Reference in New Issue
Block a user