From: Michael Kaply Date: Thu, 5 Apr 2018 21:19:17 +0000 (-0500) Subject: Add DisableSecurityBypass policies X-Git-Tag: 0.9~21^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/33f98aaeba850e43cc434770e43e6fa6030d4c7f?hp=-c Add DisableSecurityBypass policies --- 33f98aaeba850e43cc434770e43e6fa6030d4c7f diff --git a/README.md b/README.md index 1282d8c..ea6126c 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,18 @@ This policy disables safe mode on Windows only } } ``` +### DisableSecurityBypass +This policy prevents the user from bypassign security in certain cases. +``` +{ + "policies": { + "DisableSecurityBypass": { + "InvalidCertificate": [true|false], /* Prevents adding an exception when an invalid certificate is shown */ + "SafeBrowsing": [true|false] /* Prevents selecting "ignore the risk" and visiting a harmful site anyway */ + } + } +} +``` ### DisableSysAddonUpdate This policy prevents system add-ons from being updated or installed. ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 62d1173..efe877e 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -69,6 +69,14 @@ If this policy is not configured or disabled, the "Forget" button is a If this policy is not configured or disabled, the "Refresh Firefox" button is available. Disable Safe Mode Prevents ability to restart in safe mode. + Prevent overriding certificate errors + If this policy is enabled, the "Add Exception" button is not available when a certificate is invalid. This prevents the user from overriding the certificate error. + +If this policy is not configured or disabled, certificate errors can be overridden. + Prevent overriding safe browsing errors + If this policy is enabled, a user can not bypass the warning and visit a harmful site. + +If this policy is not configured or disabled, a user can choose to visit a harmful site. Disable System Addon Updates Prevent the browser from installing and updating system addons. Display Bookmarks Toolbar diff --git a/windows/firefox.admx b/windows/firefox.admx index 7be7fce..d560c60 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -332,6 +332,26 @@ + + + + + + + + + + + + + + + + + + + +