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
Fix anchors
[policy-templates.git]
/
mac
/
org.mozilla.firefox.plist
diff --git
a/mac/org.mozilla.firefox.plist
b/mac/org.mozilla.firefox.plist
index d9ddf5a8be49844b94371cd6ae548af3210bb703..a0813c1c2c8614462a1ac51511115a79b1e9541b 100644
(file)
--- a/
mac/org.mozilla.firefox.plist
+++ b/
mac/org.mozilla.firefox.plist
@@
-4,6
+4,8
@@
<dict>
<key>EnterprisePoliciesEnabled</key>
<false/>
<dict>
<key>EnterprisePoliciesEnabled</key>
<false/>
+ <key>AppAutoUpdate</key>
+ <true/>
<key>AppUpdateURL</key>
<string>https://www.example.com/update.xml</string>
<key>Authentication</key>
<key>AppUpdateURL</key>
<string>https://www.example.com/update.xml</string>
<key>Authentication</key>
@@
-120,6
+122,10
@@
<string>URL_TO_ALTERNATE_PROVIDER</string>
<key>Locked</key>
<true/>
<string>URL_TO_ALTERNATE_PROVIDER</string>
<key>Locked</key>
<true/>
+ <key>ExcludedDomains</key>
+ <array>
+ <string>example.com</string>
+ </array>
</dict>
<key>DisableAppUpdate</key>
<true/>
</dict>
<key>DisableAppUpdate</key>
<true/>
@@
-180,6
+186,10
@@
<true/>
<key>Fingerprinting</key>
<true/>
<true/>
<key>Fingerprinting</key>
<true/>
+ <key>Exceptions</key>
+ <array>
+ <string>https://example.com</string>
+ </array>
</dict>
<key>Extensions</key>
<dict>
</dict>
<key>Extensions</key>
<dict>
@@
-357,6
+367,17
@@
<key>Locked</key>
<true/>
</dict>
<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>
</dict>
<key>PopupBlocking</key>
<dict>
@@
-397,6
+418,17
@@
<true/>
<key>SearchBar</key>
<string>separate</string>
<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>
<key>WebsiteFilter</key>
<dict>
<key>Block</key>
patrick-canterino.de