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:
Aminda Suomalainen 2024-05-19 19:31:14 +03:00
parent 428f60d00e
commit 8b050a2bab
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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",