X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/133b59c1ff41ddd5e2f0865f6feda3378fc998a9..3da96094cbbd316199adf8e85a15a51306e7a33e:/linux/policies.json diff --git a/linux/policies.json b/linux/policies.json index 089db7e..5a542cc 100644 --- a/linux/policies.json +++ b/linux/policies.json @@ -75,7 +75,6 @@ "DisableFormHistory": true | false, "DisableMasterPasswordCreation": true | false, "DisablePasswordReveal": true | false, - "DisablePocket": true | false, "DisablePrivateBrowsing": true | false, "DisableProfileImport": true | false, "DisableProfileRefresh": true | false, @@ -103,7 +102,11 @@ "Cryptomining": true | false, "Fingerprinting": true | false, "EmailTracking": true | false, - "Exceptions": ["https://example.com"] + "SuspectedFingerprinting": true | false, + "Category": "strict" | "standard", + "Exceptions": ["https://example.com"], + "BaselineExceptions": true | false, + "ConvenienceExceptions": true | false }, "EncryptedMediaExtensions": { "Enabled": true | false, @@ -150,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": { @@ -263,7 +273,19 @@ "Block": ["https://example.edu"], "Default": "allow-audio-video" | "block-audio" | "block-audio-video", "Locked": true | false - } + }, + "VirtualReality": { + "Allow": ["https://example.org"], + "Block": ["https://example.edu"], + "BlockNewRequests": true | false, + "Locked": true | false + }, + "ScreenShare": { + "Allow": ["https://example.org"], + "Block": ["https://example.edu"], + "BlockNewRequests": true | false, + "Locked": true | false + }, }, "PictureInPicture": { "Enabled": true | false, @@ -358,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 +}