X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/52ded185c1a74e34c8d8bc9d0c418207a0ee1a02..17631b6cf9137cd6ab39eb0502bc431914cc4838:/linux/policies.json diff --git a/linux/policies.json b/linux/policies.json index e83fe4c..0aa5add 100644 --- a/linux/policies.json +++ b/linux/policies.json @@ -87,7 +87,7 @@ "DisableSystemAddonUpdate": true | false, "DisableTelemetry": true | false, "DisplayBookmarksToolbar": "always" | "never" | "newtab", - "DisplayMenuBar": "always", "never", "default-on", "default-off", + "DisplayMenuBar": "always" | "never" | "default-on" | "default-off", "DNSOverHTTPS": { "Enabled": true | false, "ProviderURL": "URL_TO_ALTERNATE_PROVIDER", @@ -104,7 +104,9 @@ "EmailTracking": true | false, "SuspectedFingerprinting": true | false, "Category": "strict" | "standard", - "Exceptions": ["https://example.com"] + "Exceptions": ["https://example.com"], + "BaselineExceptions": true | false, + "ConvenienceExceptions": true | false }, "EncryptedMediaExtensions": { "Enabled": true | false, @@ -151,6 +153,13 @@ "ImproveSuggest": true | false, "Locked": true | false }, + "GenerativeAI": { + "Enabled": true | false, + "Chatbot": true | false, + "LinkPreviews": true | false, + "TabGroups": true | false, + "Locked": true | false + }, "GoToIntranetSiteForSingleWordEntryInAddressBar": true | false, "Handlers": { "mimeTypes": { @@ -378,4 +387,4 @@ "Exceptions": ["http://example.org/*"] } } -} \ No newline at end of file +}