X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/dbfd325f63ac586ff676212c4d0d3897fabc71c7..3da96094cbbd316199adf8e85a15a51306e7a33e:/linux/policies.json diff --git a/linux/policies.json b/linux/policies.json index 85997e9..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, @@ -152,6 +154,7 @@ "Locked": true | false }, "GenerativeAI": { + "Enabled": true | false, "Chatbot": true | false, "LinkPreviews": true | false, "TabGroups": true | false, @@ -377,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 +}