From: Michael Kaply Date: Thu, 5 Apr 2018 21:20:00 +0000 (-0500) Subject: Merge pull request #45 from mozilla/DisableSecurityBypass_Policy X-Git-Tag: 0.9~21 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/b4635db8390bb1adc915a628b413157cde711f9b?hp=e4e1e0b36aad4b0cb600cc42decba0af5297a27c Merge pull request #45 from mozilla/DisableSecurityBypass_Policy Add DisableSecurityBypass policies --- 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 @@ + + + + + + + + + + + + + + + + + + + +