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

patrick-canterino.de