From 3597f7ccd3f51bede5e76afe77de06ed98e632fb Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Wed, 8 Apr 2026 13:28:08 -0400
Subject: [PATCH] Update mac and linux files
---
linux/policies.json | 31 ++++++++++++++++++++
mac/org.mozilla.firefox.plist | 54 +++++++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/linux/policies.json b/linux/policies.json
index ea72c7f..96dd51e 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.",
@@ -210,6 +240,7 @@
"http://example.edu/"],
"Default": true | false
},
+ "IPProtectionAvailable": true | false,
"LegacySameSiteCookieBehaviorEnabled": true | false,
"LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org", "example.edu"],
"LocalFileLinks": ["http://example.org/", "http://example.edu/"],
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 631adf7..fa9aa50 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -4,6 +4,58 @@
EnterprisePoliciesEnabled
+ AIControls
+
+ Default
+
+ Value
+ available
+ Locked
+
+
+ Translations
+
+ Value
+ available
+ Locked
+
+
+ PDFAltText
+
+ Value
+ available
+ Locked
+
+
+ SmartTabGroups
+
+ Value
+ available
+ Locked
+
+
+ LinkPreviewKeyPoints
+
+ Value
+ available
+ Locked
+
+
+ SidebarChatbot
+
+ Value
+ available
+ Locked
+
+
+ SmartWindow
+
+ Value
+ available
+ Locked
+
+
+
AllowedDomainsForApps
managedfirefox.com,example.com
AppAutoUpdate
@@ -441,6 +493,8 @@
Default
+ IPProtectionAvailable
+
LocalFileLinks
http://example.org
--
2.43.0