X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/8666641c193361f8e3bbcf275ac73f82a2c0eac3..163af0bc2af0100a0c087c0eea2b35904ee18eed:/mac/org.mozilla.firefox.plist diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index 699245d..178d687 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -30,6 +30,13 @@ <key>NTLM</key> <true/> </dict> + <key>AllowProxies</key> + <dict> + <key>SPNEGO</key> + <true/> + <key>NTLM</key> + <true/> + </dict> </dict> <key>BlockAboutAddons</key> <true/> @@ -99,6 +106,10 @@ <key>Locked</key> <true/> </dict> + <key>DefaultDownloadDirectory</key> + <string>${home}/Downloads</string> + <key>DownloadDirectory</key> + <string>${home}/Downloads</string> <key>DNSOverHTTPS</key> <dict> <key>Enabled</key> @@ -161,6 +172,10 @@ <true/> <key>Locked</key> <true/> + <key>Cryptomining</key> + <true/> + <key>Fingerprinting</key> + <true/> </dict> <key>Extensions</key> <dict> @@ -175,8 +190,44 @@ <string>firefox@ghostery.com</string> </array> </dict> + <key>ExtensionSettings</key> + <dict> + <key>*</key> + <dict> + <key>blocked_install_message</key> + <string>Custom error message.</string> + <key>install_sources</key> + <array> + <string>https://addons.mozilla.org/</string> + </array> + <key>installation_mode</key> + <string>blocked</string> + </dict> + <key>uBlock0@raymondhill.net</key> + <dict> + <key>installation_mode</key> + <string>force_installed</string> + <key>install_url</key> + <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string> + </dict> + </dict> <key>ExtensionUpdate</key> <false/> + <key>FirefoxHome</key> + <dict> + <key>Search</key> + <true/> + <key>TopSites</key> + <true/> + <key>Highlights</key> + <true/> + <key>Pocket</key> + <false/> + <key>Snippets</key> + <false/> + <key>Locked</key> + <true/> + </dict> <key>FlashPlugin</key> <dict> <key>Allow</key> @@ -219,16 +270,27 @@ <key>Default</key> <false/> </dict> + <key>LocalFileLinks</key> + <array> + <string>http://example.org</string> + <string>http://example.edu</string> + </array> <key>NetworkPrediction</key> <false/> + <key>NewTabPage</key> + <false/> <key>NoDefaultBookmarks</key> <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> @@ -304,6 +366,13 @@ <key>Locked</key> <true/> </dict> + <key>Preferences</key> + <dict> + <key>app.update.auto</key> + <true/> + <key>security.default_personal_cert</key> + <string>Ask Every Time</string> + </dict> <key>Proxy</key> <dict> <key>SocksVersion</key> @@ -345,5 +414,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>