]> git.p6c8.net - policy-templates.git/blobdiff - linux/policies.json
Bump version to 7.11
[policy-templates.git] / linux / policies.json
index 82429b57cc0c1428476d1cf7c37843338a5a09a3..4658a8b82d70777cce6f5590de481e0883e7cbe5 100644 (file)
@@ -1,5 +1,35 @@
 {
   "policies": {
+    "AIControls": {
+      "Default": {
+        "Value": "available",
+        "Locked": true | false
+      },
+      "Translations": {
+        "Value": "available",
+        "Locked": true | false
+      },
+      "PDFAltText": {
+        "Value": "available",
+        "Locked": true | false
+      },
+      "SmartTabGroups": {
+        "Value": "available",
+        "Locked": true | false
+      },
+      "LinkPreviewKeyPoints": {
+        "Value": "available",
+        "Locked": true | false
+      },
+      "SidebarChatbot": {
+        "Value": "available",
+        "Locked": true | false
+      },
+      "SmartWindow": {
+        "Value": "available",
+        "Locked": true | false
+      }
+    },
     "AllowedDomainsForApps": "managedfirefox.com,example.com",
     "AppAutoUpdate": true | false,
     "AppUpdatePin": "106.",
     "DisablePrivateBrowsing": true | false,
     "DisableProfileImport": true | false,
     "DisableProfileRefresh": true | false,
+    "DisableRemoteImprovements": true | false,
     "DisableSafeMode": true | false,
     "DisableSecurityBypass": {
       "InvalidCertificate": true | false,
                 "http://example.edu/"],
       "Default": true | false
     },
+    "IPProtectionAvailable": true | false,
     "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