]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Add DisableSecurityBypass policies
[policy-templates.git] / README.md
index 1282d8cddaab5ba4b8cdfa35ea4a43769992ff7c..ea6126c7084b18c74adfc1825ff7e08598319120 100644 (file)
--- 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.
 ```

patrick-canterino.de