]> git.p6c8.net - policy-templates.git/blobdiff - mac/org.mozilla.firefox.plist
Add samples for new policies to mac and linux
[policy-templates.git] / mac / org.mozilla.firefox.plist
index 631adf76be9936d8d6a6ad16c5ee4732f9db079c..0bffc45590a83f040cbab6fd8a438ef9ac1f185d 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>
                <string>http://example.edu</string>
        </array>
+       <key>LocalNetworkAccess</key>
+       <dict>
+               <key>Enabled</key>
+               <true/>
+               <key>BlockTrackers</key>
+               <true/>
+               <key>EnablePrompting</key>
+               <true/>
+               <key>SkipDomains</key>
+               <array>
+                       <string>intranet.company.com</string>
+                       <string>*.devices.local</string>
+                       <string>admin-portal.enterprise.com</string>
+                       <string>*.corp.internal</string>
+               </array>
+               <key>Locked</key>
+               <true/>
+       </dict>
        <key>PrimaryPassword</key>
        <true/>
        <key>MicrosoftEntraSSO</key>
                        <string>https://www.yahoo.com/*</string>
                </array>
        </dict>
+       <key>XSLTEnabled</key>
+       <true/>
 </dict>
 </plist>

patrick-canterino.de