]> git.p6c8.net - policy-templates.git/blobdiff - mac/org.mozilla.firefox.plist
Merge pull request #566 from mozilla/AppAutoUpdate
[policy-templates.git] / mac / org.mozilla.firefox.plist
index 1c6a5900afc404be7dc593ce2ce2078ad172c29e..1fb7f4db6acd949367807439e18b1a07208c9096 100644 (file)
@@ -4,6 +4,8 @@
 <dict>
        <key>EnterprisePoliciesEnabled</key>
        <false/>
+       <key>AppAutoUpdate</key>
+       <true/>
        <key>AppUpdateURL</key>
        <string>https://www.example.com/update.xml</string>
        <key>Authentication</key>
                        <key>NTLM</key>
                        <true/>
                </dict>
+               <key>AllowProxies</key>
+               <dict>
+                       <key>SPNEGO</key>
+                       <true/>
+                       <key>NTLM</key>
+                       <true/>
+               </dict>
+               <key>Locked</key>
+               <true/>
        </dict>
        <key>BlockAboutAddons</key>
        <true/>
        <true/>
        <key>DisableMasterPasswordCreation</key>
        <true/>
+       <key>DisablePasswordReveal</key>
+       <true/>
        <key>DisablePocket</key>
        <true/>
        <key>DisablePrivateBrowsing</key>
                <true/>
                <key>Locked</key>
                <true/>
+               <key>Cryptomining</key>
+               <true/>
+               <key>Fingerprinting</key>
+               <true/>
+               <key>Exceptions</key>
+               <array>
+                       <string>https://example.com</string>
+               </array>
        </dict>
        <key>Extensions</key>
        <dict>
        <true/>
        <key>OfferToSaveLogins</key>
        <false/>
+       <key>OfferToSaveLoginsDefault</key>
+       <true/>
        <key>OverrideFirstRunPage</key>
        <string>https://www.example.com</string>
        <key>OverridePostUpdatePage</key>
        <string></string>
+       <key>PasswordManagerEnabled</key>
+       <false/>
        <key>Permissions</key>
        <dict>
                <key>Camera</key>
                        <key>Locked</key>
                        <true/>
                </dict>
+               <key>Autoplay</key>
+               <dict>
+                       <key>Allow</key>
+                       <array>
+                               <string>https://example.org</string>
+                       </array>
+                       <key>Block</key>
+                       <array>
+                               <string>https://example.edu</string>
+                       </array>
+               </dict>
        </dict>
        <key>PopupBlocking</key>
        <dict>
        <true/>
        <key>SearchBar</key>
        <string>separate</string>
+       <key>UserMessaging</key>
+       <dict>
+               <key>WhatsNew</key>
+               <false/>
+               <key>ExtensionRecommendations</key>
+               <false/>
+               <key>FeatureRecommendations</key>
+               <false/>
+               <key>UrlbarInterventions</key>
+               <false/>
+       </dict>
        <key>WebsiteFilter</key>
        <dict>
                <key>Block</key>
        <string>tls1.2</string>
        <key>SSLVersionMax</key>
        <string>tls1.3</string>
+       <key>SupportMenu</key>
+       <dict>
+               <key>Title</key>
+               <string>Click here for help</string>
+               <key>URL</key>
+               <string>http://example.edu/</string>
+               <key>AccessKey</key>
+               <string>C</string>
+       </dict>
 </dict>
 </plist>

patrick-canterino.de