From beee380a30d3a561dcf8fbebae6ebb62279f3016 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 May 2024 09:04:56 +0300 Subject: [PATCH] firefox: begin adding security preferences --- etc/firefox/policies/policies.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 4cdfcf92..b5f31a21 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -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": {