X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/3597f7ccd3f51bede5e76afe77de06ed98e632fb..2ddb41eb7db13b4f75819b5b90fc214d91fac534:/linux/policies.json?ds=inline diff --git a/linux/policies.json b/linux/policies.json index 96dd51e..4658a8b 100644 --- a/linux/policies.json +++ b/linux/policies.json @@ -244,6 +244,18 @@ "LegacySameSiteCookieBehaviorEnabled": true | false, "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org", "example.edu"], "LocalFileLinks": ["http://example.org/", "http://example.edu/"], + "LocalNetworkAccess": { + "Enabled": true | false, + "BlockTrackers": true | false, + "EnablePrompting": true | false, + "SkipDomains": [ + "intranet.company.com", + "*.devices.local", + "admin-portal.enterprise.com", + "*.corp.internal" + ], + "Locked": true | false + }, "ManagedBookmarks": [ { "toplevel_name": "My managed bookmarks folder" @@ -422,6 +434,7 @@ "WebsiteFilter": { "Block": [""], "Exceptions": ["http://example.org/*"] - } + }, + "XSLTEnabled": true | false } }