]> git.p6c8.net - policy-templates.git/blobdiff - linux/policies.json
Add samples for new policies to mac and linux
[policy-templates.git] / linux / policies.json
index 96dd51ecba5bb88a662f5f2290919e0f558269af..4658a8b82d70777cce6f5590de481e0883e7cbe5 100644 (file)
     "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"
     "WebsiteFilter": {
       "Block": ["<all_urls>"],
       "Exceptions": ["http://example.org/*"]
-    }
+    },
+    "XSLTEnabled": true | false
   }
 }

patrick-canterino.de