X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/e64508a9a8e7ca292c0d1a88ac2658fbad5e97be..42fb28dd788f9f18094be19925720506c65c6ebe:/mac/org.mozilla.firefox.plist diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index 1c6a590..c62f305 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -30,6 +30,15 @@ <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/> @@ -132,6 +141,8 @@ <true/> <key>DisableMasterPasswordCreation</key> <true/> + <key>DisablePasswordReveal</key> + <true/> <key>DisablePocket</key> <true/> <key>DisablePrivateBrowsing</key> @@ -165,6 +176,14 @@ <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> @@ -272,10 +291,14 @@ <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> @@ -338,6 +361,17 @@ <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> @@ -399,5 +433,14 @@ <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>