git.p6c8.net
/
policy-templates.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Switch Windows paths to use expandable strings where possible.
[policy-templates.git]
/
mac
/
org.mozilla.firefox.plist
diff --git
a/mac/org.mozilla.firefox.plist
b/mac/org.mozilla.firefox.plist
index 699245d3b9bd70cae8beff5ab4bb6cb4583e52ac..cffd8c21d0626c876cb0d7f35ecadad918b2cc00 100644
(file)
--- a/
mac/org.mozilla.firefox.plist
+++ b/
mac/org.mozilla.firefox.plist
@@
-99,6
+99,10
@@
<key>Locked</key>
<true/>
</dict>
<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>
<key>DNSOverHTTPS</key>
<dict>
<key>Enabled</key>
@@
-177,6
+181,21
@@
</dict>
<key>ExtensionUpdate</key>
<false/>
</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>
<key>FlashPlugin</key>
<dict>
<key>Allow</key>
@@
-219,8
+238,15
@@
<key>Default</key>
<false/>
</dict>
<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>NetworkPrediction</key>
<false/>
+ <key>NewTabPage</key>
+ <false/>
<key>NoDefaultBookmarks</key>
<true/>
<key>OfferToSaveLogins</key>
<key>NoDefaultBookmarks</key>
<true/>
<key>OfferToSaveLogins</key>
@@
-304,6
+330,13
@@
<key>Locked</key>
<true/>
</dict>
<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>
<key>Proxy</key>
<dict>
<key>SocksVersion</key>
@@
-345,5
+378,14
@@
<string>tls1.2</string>
<key>SSLVersionMax</key>
<string>tls1.3</string>
<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>
</dict>
</plist>
patrick-canterino.de