X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/72b5e4b79ef7c91422f69f86c854d3c35792ea07..f59fe375c2b22a04660524f73410dbd18d4dfd35:/mac/org.mozilla.firefox.plist?ds=sidebyside

diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 267a7c9..6b1c1a8 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -4,6 +4,8 @@
 <dict>
 	<key>EnterprisePoliciesEnabled</key>
 	<true/>
+	<key>AllowedDomainsForApps</key>
+	<string>managedfirefox.com,example.com</string>
 	<key>AppAutoUpdate</key>
 	<true/>
 	<key>AppUpdateURL</key>
@@ -44,6 +46,17 @@
 		<key>Locked</key>
 		<true/>
 	</dict>
+	<key>AutoLaunchProtocolsFromOrigins</key>
+	<array>
+		<dict>
+			<key>protocol</key>
+			<string>zoommtg</string>
+			<key>allowed_origins</key>
+			<array>
+				<string>https://somesite.zoom.us</string>
+			</array>
+		</dict>
+	</array>
 	<key>BlockAboutAddons</key>
 	<true/>
 	<key>BlockAboutConfig</key>
@@ -97,6 +110,10 @@
 		<array>
 			<string>https://www.example.org/</string>
 		</array>
+		<key>Allowsession</key>
+		<array>
+			<string>https://www.example.edu/</string>
+		</array>
 		<key>Block</key>
 		<array>
 			<string>https://www.example.edu/</string>
@@ -291,6 +308,57 @@
 		<key>Locked</key>
 		<true/>
 	</dict>
+	<key>Handlers</key>
+	<dict>
+		<key>mimeTypes</key>
+		<dict>
+			<key>application/msword</key>
+			<dict>
+				<key>action</key>
+				<string>useSystemDefault</string>
+				<key>ask</key>
+				<false/>
+			</dict>
+		</dict>
+		<key>schemes</key>
+		<dict>
+			<key>mailto</key>
+			<dict>
+				<key>action</key>
+				<string>useHelperApp</string>
+				<key>ask</key>
+				<false/>
+				<key>handlers</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>Gmail</string>
+						<key>uriTemplate</key>
+						<string>https://mail.google.com/mail/?extsrc=mailto&amp;url=%s</string>
+					</dict>
+				</array>
+			</dict>
+		</dict>
+		<key>extensions</key>
+		<dict>
+			<key>pdf</key>
+			<dict>
+				<key>action</key>
+				<string>useHelperApp</string>
+				<key>ask</key>
+				<false/>
+				<key>handlers</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>Adobe Acrobat</string>
+						<key>path</key>
+						<string>/System/Applications/Preview.app</string>
+					</dict>
+				</array>
+			</dict>
+		</dict>
+	</dict>
 	<key>HardwareAcceleration</key>
 	<false/>
 	<key>Homepage</key>
@@ -323,7 +391,7 @@
 		<string>http://example.org</string>
 		<string>http://example.edu</string>
 	</array>
-	<key>MasterPassword</key>
+	<key>PrimaryPassword</key>
 	<true/>
 	<key>NetworkPrediction</key>
 	<false/>
@@ -425,9 +493,29 @@
 			<key>Locked</key>
 			<true/>
 		</dict>
+		<key>VirtualReality</key>
+		<dict>
+			<key>Allow</key>
+			<array>
+				<string>https://example.org</string>
+			</array>
+			<key>Block</key>
+			<array>
+				<string>https://example.edu</string>
+			</array>
+			<key>BlockNewRequests</key>
+			<true/>
+			<key>Locked</key>
+			<true/>
+		</dict>
 	</dict>
 	<key>PictureInPicture</key>
-	<true/> | <false/>
+	<dict>
+		<key>Enabled</key>
+		<false/>
+		<key>Locked</key>
+		<true/>
+	</dict>
 	<key>PopupBlocking</key>
 	<dict>
 		<key>Allow</key>
@@ -442,10 +530,27 @@
 	</dict>
 	<key>Preferences</key>
 	<dict>
-		<key>app.update.auto</key>
-		<true/>
-		<key>security.default_personal_cert</key>
-		<string>Ask Every Time</string>
+		<key>accessibility.force_disabled</key>
+		<dict>
+			<key>Value</key>
+			<integer>1</integer>
+			<key>Status</key>
+			<string>default</string>
+			</dict>
+		<key>browser.cache.disk.parent_directory</key>
+		<dict>
+			<key>Value</key>
+			<string>SOME_NATIVE_PATH</string>
+			<key>Status</key>
+			<string>user</string>
+		</dict>
+		<key>browser.tabs.warnOnClose</key>
+		<dict>
+			<key>Value</key>
+			<false/>
+			<key>Status</key>
+			<string>locked</string>
+		</dict>
 	</dict>
 	<key>Proxy</key>
 	<dict>
@@ -477,6 +582,8 @@
 		<false/>
 		<key>UrlbarInterventions</key>
 		<false/>
+		<key>SkipOnboarding</key>
+		<true/>
 	</dict>
 	<key>WebsiteFilter</key>
 	<dict>
@@ -495,6 +602,8 @@
 		<key>NAME_OF_DEVICE</key>
 		<string>PATH_TO_LIBRARY_FOR_DEVICE</string>
 	</dict>
+	<key>ShowHomeButton</key>
+	<true/>
 	<key>SSLVersionMin</key>
 	<string>tls1.2</string>
 	<key>SSLVersionMax</key>