]> git.p6c8.net - policy-templates.git/commitdiff
Update mac and linux files
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 8 Apr 2026 17:28:08 +0000 (13:28 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 8 Apr 2026 17:28:08 +0000 (13:28 -0400)
linux/policies.json
mac/org.mozilla.firefox.plist

index ea72c7f57b0ef1ac643378ee26a927a0dab5bd4f..96dd51ecba5bb88a662f5f2290919e0f558269af 100644 (file)
@@ -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.",
                 "http://example.edu/"],
       "Default": true | false
     },
+    "IPProtectionAvailable": true | false,
     "LegacySameSiteCookieBehaviorEnabled": true | false,
     "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org", "example.edu"],
     "LocalFileLinks": ["http://example.org/", "http://example.edu/"],
index 631adf76be9936d8d6a6ad16c5ee4732f9db079c..fa9aa5071a63075b892d22a2b60f69dfb892039d 100644 (file)
@@ -4,6 +4,58 @@
 <dict>
        <key>EnterprisePoliciesEnabled</key>
        <true/>
+       <key>AIControls</key>
+       <dict>
+               <key>Default</key>
+               <dict>
+                       <key>Value</key>
+                       <string>available</string>
+                       <key>Locked</key>
+                       <true/>
+               </dict>
+               <key>Translations</key>
+               <dict>
+                       <key>Value</key>
+                       <string>available</string>
+                       <key>Locked</key>
+                       <true/>
+               </dict>
+               <key>PDFAltText</key>
+               <dict>
+                       <key>Value</key>
+                       <string>available</string>
+                       <key>Locked</key>
+                       <true/>
+               </dict>
+               <key>SmartTabGroups</key>
+               <dict>
+                       <key>Value</key>
+                       <string>available</string>
+                       <key>Locked</key>
+                       <true/>
+               </dict>
+               <key>LinkPreviewKeyPoints</key>
+               <dict>
+                       <key>Value</key>
+                       <string>available</string>
+                       <key>Locked</key>
+                       <true/>
+               </dict>
+               <key>SidebarChatbot</key>
+               <dict>
+                       <key>Value</key>
+                       <string>available</string>
+                       <key>Locked</key>
+                       <true/>
+               </dict>
+               <key>SmartWindow</key>
+               <dict>
+                       <key>Value</key>
+                       <string>available</string>
+                       <key>Locked</key>
+                       <true/>
+               </dict>
+       </dict>
        <key>AllowedDomainsForApps</key>
        <string>managedfirefox.com,example.com</string>
        <key>AppAutoUpdate</key>
                <key>Default</key>
                <false/>
        </dict>
+       <key>IPProtectionAvailable</key>
+       <true/>
        <key>LocalFileLinks</key>
        <array>
                <string>http://example.org</string>

patrick-canterino.de