X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/0c992662010820b813bad41f5e15ffe95d4facc5..fb45759dcb9f05acdbda7b5f27cadc1b1a91aad0:/linux/policies.json diff --git a/linux/policies.json b/linux/policies.json index 82429b5..4658a8b 100644 --- a/linux/policies.json +++ b/linux/policies.json @@ -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.", @@ -82,6 +112,7 @@ "DisablePrivateBrowsing": true | false, "DisableProfileImport": true | false, "DisableProfileRefresh": true | false, + "DisableRemoteImprovements": true | false, "DisableSafeMode": true | false, "DisableSecurityBypass": { "InvalidCertificate": true | false, @@ -209,9 +240,22 @@ "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" @@ -390,6 +434,7 @@ "WebsiteFilter": { "Block": [""], "Exceptions": ["http://example.org/*"] - } + }, + "XSLTEnabled": true | false } }