]> git.p6c8.net - policy-templates.git/blob - mac/org.mozilla.firefox.plist
Merge pull request #838 from mozilla/sponsored
[policy-templates.git] / mac / org.mozilla.firefox.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>EnterprisePoliciesEnabled</key>
6 <true/>
7 <key>AllowedDomainsForApps</key>
8 <string>managedfirefox.com,example.com</string>
9 <key>AppAutoUpdate</key>
10 <true/>
11 <key>AppUpdateURL</key>
12 <string>https://www.example.com/update.xml</string>
13 <key>Authentication</key>
14 <dict>
15 <key>SPNEGO</key>
16 <array>
17 <string>mydomain.com</string>
18 <string>https://myotherdomain.com</string>
19 </array>
20 <key>Delegated</key>
21 <array>
22 <string>mydomain.com</string>
23 <string>https://myotherdomain.com</string>
24 </array>
25 <key>NTLM</key>
26 <array>
27 <string>mydomain.com</string>
28 <string>https://myotherdomain.com</string>
29 </array>
30 <key>AllowNonFQDN</key>
31 <dict>
32 <key>SPNEGO</key>
33 <true/>
34 <key>NTLM</key>
35 <true/>
36 </dict>
37 <key>AllowProxies</key>
38 <dict>
39 <key>SPNEGO</key>
40 <true/>
41 <key>NTLM</key>
42 <true/>
43 </dict>
44 <key>PrivateBrowsing</key>
45 <true/>
46 <key>Locked</key>
47 <true/>
48 </dict>
49 <key>AutoLaunchProtocolsFromOrigins</key>
50 <array>
51 <dict>
52 <key>protocol</key>
53 <string>zoommtg</string>
54 <key>allowed_origins</key>
55 <array>
56 <string>https://somesite.zoom.us</string>
57 </array>
58 </dict>
59 </array>
60 <key>BlockAboutAddons</key>
61 <true/>
62 <key>BlockAboutConfig</key>
63 <true/>
64 <key>BlockAboutProfiles</key>
65 <true/>
66 <key>BlockAboutSupport</key>
67 <true/>
68 <key>Bookmarks</key>
69 <array>
70 <dict>
71 <key>Title</key>
72 <string>Example1</string>
73 <key>URL</key>
74 <string>https://www.example.org</string>
75 <key>Favicon</key>
76 <string>https://www.example.org/favicon.ico</string>
77 <key>Placement</key>
78 <string>toolbar</string>
79 <key>Folder</key>
80 <string>Example1Folder</string>
81 </dict>
82 <dict>
83 <key>Title</key>
84 <string>Example2</string>
85 <key>URL</key>
86 <string>https://www.example.com</string>
87 <key>Favicon</key>
88 <string>https://www.example.com/favicon.ico</string>
89 <key>Placement</key>
90 <string>menu</string>
91 <key>Folder</key>
92 <string>Example2Folder</string>
93 </dict>
94 </array>
95 <key>CaptivePortal</key>
96 <false/>
97 <key>Certificates</key>
98 <dict>
99 <key>ImportEnterpriseRoots</key>
100 <true/>
101 <key>Install</key>
102 <array>
103 <string>cert1.der</string>
104 <string>cert2.pem</string>
105 </array>
106 </dict>
107 <key>Cookies</key>
108 <dict>
109 <key>Allow</key>
110 <array>
111 <string>https://www.example.org/</string>
112 </array>
113 <key>Allowsession</key>
114 <array>
115 <string>https://www.example.edu/</string>
116 </array>
117 <key>Block</key>
118 <array>
119 <string>https://www.example.edu/</string>
120 </array>
121 <key>Default</key>
122 <false/>
123 <key>AcceptThirdParty</key>
124 <string>never</string>
125 <key>ExpireAtSessionEnd</key>
126 <true/>
127 <key>RejectTracker</key>
128 <true/>
129 <key>Locked</key>
130 <true/>
131 </dict>
132 <key>DefaultDownloadDirectory</key>
133 <string>${home}/Downloads</string>
134 <key>DownloadDirectory</key>
135 <string>${home}/Downloads</string>
136 <key>DNSOverHTTPS</key>
137 <dict>
138 <key>Enabled</key>
139 <false/>
140 <key>ProviderURL</key>
141 <string>URL_TO_ALTERNATE_PROVIDER</string>
142 <key>Locked</key>
143 <true/>
144 <key>ExcludedDomains</key>
145 <array>
146 <string>example.com</string>
147 </array>
148 </dict>
149 <key>DisableAppUpdate</key>
150 <true/>
151 <key>DisableBuiltinPDFViewer</key>
152 <true/>
153 <key>DisabledCiphers</key>
154 <dict>
155 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
156 <true/>
157 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
158 <true/>
159 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
160 <true/>
161 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
162 <true/>
163 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
164 <true/>
165 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
166 <true/>
167 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
168 <true/>
169 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
170 <true/>
171 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
172 <true/>
173 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
174 <false/>
175 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
176 <false/>
177 </dict>
178 <key>DisableDeveloperTools</key>
179 <true/>
180 <key>DisableFeedbackCommands</key>
181 <true/>
182 <key>DisableFirefoxAccounts</key>
183 <true/>
184 <key>DisableFirefoxScreenshots</key>
185 <true/>
186 <key>DisableFirefoxStudies</key>
187 <true/>
188 <key>DisableForgetButton</key>
189 <true/>
190 <key>DisableFormHistory</key>
191 <true/>
192 <key>DisableMasterPasswordCreation</key>
193 <true/>
194 <key>DisablePasswordReveal</key>
195 <true/>
196 <key>DisablePocket</key>
197 <true/>
198 <key>DisablePrivateBrowsing</key>
199 <true/>
200 <key>DisableProfileImport</key>
201 <true/>
202 <key>DisableProfileRefresh</key>
203 <true/>
204 <key>DisableSafeMode</key>
205 <true/>
206 <key>DisableSecurityBypass</key>
207 <dict>
208 <key>InvalidCertificate</key>
209 <true/>
210 <key>SafeBrowsing</key>
211 <true/>
212 </dict>
213 <key>DisableSetDesktopBackground</key>
214 <true/>
215 <key>DisableSystemAddonUpdate</key>
216 <true/>
217 <key>DisableTelemetry</key>
218 <true/>
219 <key>DisplayBookmarksToolbar</key>
220 <true/>
221 <key>DontCheckDefaultBrowser</key>
222 <true/>
223 <key>EnableTrackingProtection</key>
224 <dict>
225 <key>Value</key>
226 <true/>
227 <key>Locked</key>
228 <true/>
229 <key>Cryptomining</key>
230 <true/>
231 <key>Fingerprinting</key>
232 <true/>
233 <key>Exceptions</key>
234 <array>
235 <string>https://example.com</string>
236 </array>
237 </dict>
238 <key>EncryptedMediaExtensions</key>
239 <dict>
240 <key>Enabled</key>
241 <false/>
242 <key>Locked</key>
243 <false/>
244 </dict>
245 <key>Extensions</key>
246 <dict>
247 <key>Install</key>
248 <array>
249 <string>https://addons.mozilla.org/firefox/downloads/file/1053714/ghostery_privacy_ad_blocker-8.2.4-an+fx.xpi</string>
250 </array>
251 <key>Uninstall</key>
252 <array/>
253 <key>Locked</key>
254 <array>
255 <string>firefox@ghostery.com</string>
256 </array>
257 </dict>
258 <key>ExtensionSettings</key>
259 <dict>
260 <key>*</key>
261 <dict>
262 <key>blocked_install_message</key>
263 <string>Custom error message.</string>
264 <key>install_sources</key>
265 <array>
266 <string>https://addons.mozilla.org/</string>
267 </array>
268 <key>installation_mode</key>
269 <string>blocked</string>
270 </dict>
271 <key>uBlock0@raymondhill.net</key>
272 <dict>
273 <key>installation_mode</key>
274 <string>force_installed</string>
275 <key>install_url</key>
276 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
277 </dict>
278 </dict>
279 <key>ExtensionUpdate</key>
280 <false/>
281 <key>FirefoxHome</key>
282 <dict>
283 <key>Search</key>
284 <true/>
285 <key>TopSites</key>
286 <true/>
287 <key>SponsoredTopSites</key>
288 <false/>
289 <key>Highlights</key>
290 <true/>
291 <key>Pocket</key>
292 <false/>
293 <key>SponsoredPocket</key>
294 <false/>
295 <key>Snippets</key>
296 <false/>
297 <key>Locked</key>
298 <true/>
299 </dict>
300 <key>FlashPlugin</key>
301 <dict>
302 <key>Allow</key>
303 <array>
304 <string>https://www.example.com</string>
305 </array>
306 <key>Block</key>
307 <array>
308 <string>https://www.example.org</string>
309 </array>
310 <key>Default</key>
311 <true/>
312 <key>Locked</key>
313 <true/>
314 </dict>
315 <key>Handlers</key>
316 <dict>
317 <key>mimeTypes</key>
318 <dict>
319 <key>application/msword</key>
320 <dict>
321 <key>action</key>
322 <string>useSystemDefault</string>
323 <key>ask</key>
324 <false/>
325 </dict>
326 </dict>
327 <key>schemes</key>
328 <dict>
329 <key>mailto</key>
330 <dict>
331 <key>action</key>
332 <string>useHelperApp</string>
333 <key>ask</key>
334 <false/>
335 <key>handlers</key>
336 <array>
337 <dict>
338 <key>name</key>
339 <string>Gmail</string>
340 <key>uriTemplate</key>
341 <string>https://mail.google.com/mail/?extsrc=mailto&amp;url=%s</string>
342 </dict>
343 </array>
344 </dict>
345 </dict>
346 <key>extensions</key>
347 <dict>
348 <key>pdf</key>
349 <dict>
350 <key>action</key>
351 <string>useHelperApp</string>
352 <key>ask</key>
353 <false/>
354 <key>handlers</key>
355 <array>
356 <dict>
357 <key>name</key>
358 <string>Adobe Acrobat</string>
359 <key>path</key>
360 <string>/System/Applications/Preview.app</string>
361 </dict>
362 </array>
363 </dict>
364 </dict>
365 </dict>
366 <key>HardwareAcceleration</key>
367 <false/>
368 <key>Homepage</key>
369 <dict>
370 <key>URL</key>
371 <string>http://example.com</string>
372 <key>Locked</key>
373 <true/>
374 <key>Additional</key>
375 <array>
376 <string>https://www.example.com/extra-home1.htm</string>
377 <string>https://www.example.com/extra-home2.htm</string>
378 <string>https://www.example.com/extra-home3.htm</string>
379 </array>
380 <key>StartPage</key>
381 <string>homepage</string>
382 </dict>
383 <key>InstallAddonsPermission</key>
384 <dict>
385 <key>Allow</key>
386 <array>
387 <string>https://example.org</string>
388 <string>https://example.edu</string>
389 </array>
390 <key>Default</key>
391 <false/>
392 </dict>
393 <key>LocalFileLinks</key>
394 <array>
395 <string>http://example.org</string>
396 <string>http://example.edu</string>
397 </array>
398 <key>PrimaryPassword</key>
399 <true/>
400 <key>NetworkPrediction</key>
401 <false/>
402 <key>NewTabPage</key>
403 <false/>
404 <key>NoDefaultBookmarks</key>
405 <true/>
406 <key>OfferToSaveLogins</key>
407 <false/>
408 <key>OfferToSaveLoginsDefault</key>
409 <true/>
410 <key>OverrideFirstRunPage</key>
411 <string>https://www.example.com</string>
412 <key>OverridePostUpdatePage</key>
413 <string></string>
414 <key>PasswordManagerEnabled</key>
415 <false/>
416 <key>PDFjs</key>
417 <dict>
418 <key>Enabled</key>
419 <false/>
420 <key>EnablePermissions</key>
421 <false/>
422 </dict>
423 <key>Permissions</key>
424 <dict>
425 <key>Camera</key>
426 <dict>
427 <key>Allow</key>
428 <array>
429 <string>https://example.org</string>
430 </array>
431 <key>Block</key>
432 <array>
433 <string>https://example.edu</string>
434 </array>
435 <key>BlockNewRequests</key>
436 <true/>
437 <key>Locked</key>
438 <true/>
439 </dict>
440 <key>Microphone</key>
441 <dict>
442 <key>Allow</key>
443 <array>
444 <string>https://example.org</string>
445 </array>
446 <key>Block</key>
447 <array>
448 <string>https://example.edu</string>
449 </array>
450 <key>BlockNewRequests</key>
451 <true/>
452 <key>Locked</key>
453 <true/>
454 </dict>
455 <key>Location</key>
456 <dict>
457 <key>Allow</key>
458 <array>
459 <string>https://example.org</string>
460 </array>
461 <key>Block</key>
462 <array>
463 <string>https://example.edu</string>
464 </array>
465 <key>BlockNewRequests</key>
466 <true/>
467 <key>Locked</key>
468 <true/>
469 </dict>
470 <key>Notifications</key>
471 <dict>
472 <key>Allow</key>
473 <array>
474 <string>https://example.org</string>
475 </array>
476 <key>Block</key>
477 <array>
478 <string>https://example.edu</string>
479 </array>
480 <key>BlockNewRequests</key>
481 <true/>
482 <key>Locked</key>
483 <true/>
484 </dict>
485 <key>Autoplay</key>
486 <dict>
487 <key>Allow</key>
488 <array>
489 <string>https://example.org</string>
490 </array>
491 <key>Block</key>
492 <array>
493 <string>https://example.edu</string>
494 </array>
495 <key>Default</key>
496 <string>block-audio</string>
497 <key>Locked</key>
498 <true/>
499 </dict>
500 <key>VirtualReality</key>
501 <dict>
502 <key>Allow</key>
503 <array>
504 <string>https://example.org</string>
505 </array>
506 <key>Block</key>
507 <array>
508 <string>https://example.edu</string>
509 </array>
510 <key>BlockNewRequests</key>
511 <true/>
512 <key>Locked</key>
513 <true/>
514 </dict>
515 </dict>
516 <key>PictureInPicture</key>
517 <dict>
518 <key>Enabled</key>
519 <false/>
520 <key>Locked</key>
521 <true/>
522 </dict>
523 <key>PopupBlocking</key>
524 <dict>
525 <key>Allow</key>
526 <array>
527 <string>https://www.example.org</string>
528 <string>https://www.example.edu</string>
529 </array>
530 <key>Default</key>
531 <true/>
532 <key>Locked</key>
533 <true/>
534 </dict>
535 <key>Preferences</key>
536 <dict>
537 <key>accessibility.force_disabled</key>
538 <dict>
539 <key>Value</key>
540 <integer>1</integer>
541 <key>Status</key>
542 <string>default</string>
543 </dict>
544 <key>browser.cache.disk.parent_directory</key>
545 <dict>
546 <key>Value</key>
547 <string>SOME_NATIVE_PATH</string>
548 <key>Status</key>
549 <string>user</string>
550 </dict>
551 <key>browser.tabs.warnOnClose</key>
552 <dict>
553 <key>Value</key>
554 <false/>
555 <key>Status</key>
556 <string>locked</string>
557 </dict>
558 </dict>
559 <key>Proxy</key>
560 <dict>
561 <key>SocksVersion</key>
562 <string>4</string>
563 <key>Mode</key>
564 <string>manual</string>
565 <key>HTTPProxy</key>
566 <string>proxy.example.com:80</string>
567 <key>Locked</key>
568 <true/>
569 </dict>
570 <key>RequestedLocales</key>
571 <array>
572 <string>de</string>
573 <string>en-US</string>
574 </array>
575 <key>SanitizeOnShutdown</key>
576 <true/>
577 <key>SearchBar</key>
578 <string>separate</string>
579 <key>UserMessaging</key>
580 <dict>
581 <key>WhatsNew</key>
582 <false/>
583 <key>ExtensionRecommendations</key>
584 <false/>
585 <key>FeatureRecommendations</key>
586 <false/>
587 <key>UrlbarInterventions</key>
588 <false/>
589 <key>SkipOnboarding</key>
590 <true/>
591 </dict>
592 <key>WebsiteFilter</key>
593 <dict>
594 <key>Block</key>
595 <array>
596 <string>&lt;all_urls&gt;</string>
597 </array>
598 <key>Exceptions</key>
599 <array>
600 <string>https://www.google.com/*</string>
601 <string>https://www.yahoo.com/*</string>
602 </array>
603 </dict>
604 <key>SecurityDevices</key>
605 <dict>
606 <key>NAME_OF_DEVICE</key>
607 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
608 </dict>
609 <key>ShowHomeButton</key>
610 <true/>
611 <key>SSLVersionMin</key>
612 <string>tls1.2</string>
613 <key>SSLVersionMax</key>
614 <string>tls1.3</string>
615 <key>SupportMenu</key>
616 <dict>
617 <key>Title</key>
618 <string>Click here for help</string>
619 <key>URL</key>
620 <string>http://example.edu/</string>
621 <key>AccessKey</key>
622 <string>C</string>
623 </dict>
624 </dict>
625 </plist>

patrick-canterino.de