X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/b5d346fd28401650e7b88d6c7183350ef7750310..9ca8b9b7d3cc1c21788b2c775e1945256d2d3e41:/linux/policies.json diff --git a/linux/policies.json b/linux/policies.json index bca9874..5a542cc 100644 --- a/linux/policies.json +++ b/linux/policies.json @@ -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": { @@ -371,10 +380,11 @@ "FirefoxLabs": true | false, "Locked": true | false }, - "UseSystemPrintDialog": true | false., + "UseSystemPrintDialog": true | false, + "VisualSearchEnabled": true | false, "WebsiteFilter": { "Block": [""], "Exceptions": ["http://example.org/*"] } } -} \ No newline at end of file +}