From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Wed, 3 Jun 2020 22:37:18 +0000 (-0500) Subject: Merge pull request #614 from drlellinger/patch-1 X-Git-Tag: v1.17~1 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/5b54665576bd675e1f9ed9357da895d7e6d1d674?hp=5acc2d02bbf4e14d418be0a4db34d20075ef7729 Merge pull request #614 from drlellinger/patch-1 Added German translation for FF 77/68.9esr --- diff --git a/README.md b/README.md index e8f1148..e77e9d8 100644 --- a/README.md +++ b/README.md @@ -1558,8 +1558,8 @@ Value (string): { "policies": { "DisableSecurityBypass": { - "InvalidCertificate": true false, - "SafeBrowsing": true false + "InvalidCertificate": true | false, + "SafeBrowsing": true | false } } } @@ -2017,10 +2017,10 @@ Value (string): { "policies": { "EnableTrackingProtection": { - "Value": [true, false], - "Locked": [true, false], - "Cryptomining": [true, false], - "Fingerprinting": [true, false], + "Value": true | false, + "Locked": true | false, + "Cryptomining": true | false, + "Fingerprinting": true | false, "Exceptions": ["https://example.com"] } } @@ -2068,8 +2068,8 @@ Value (string): { "policies": { "EncryptedMediaExtensions": { - "Enabled": [true, false], - "Locked": [true, false] + "Enabled": true | false, + "Locked": true | false } } ``` @@ -3567,17 +3567,17 @@ Value (string): "policies": { "Proxy": { "Mode": "none", "system", "manual", "autoDetect", "autoConfig", - "Locked": [true, false], + "Locked": true | false, "HTTPProxy": "hostname", - "UseHTTPProxyForAllProtocols": [true, false], + "UseHTTPProxyForAllProtocols": true | false, "SSLProxy": "hostname", "FTPProxy": "hostname", "SOCKSProxy": "hostname", "SOCKSVersion": 4 | 5 "Passthrough": "", "AutoConfigURL": "URL_TO_AUTOCONFIG", - "AutoLogin": [true, false], - "UseProxyForDNS": [true, false] + "AutoLogin": true | false, + "UseProxyForDNS": true | false } } }