]> git.p6c8.net - policy-templates.git/blob - mac/org.mozilla.firefox.plist
Fix wrong html entity
[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>DisableFeedbackCommands</key>
191 <true/>
192 <key>DisableFirefoxAccounts</key>
193 <true/>
194 <key>DisableFirefoxScreenshots</key>
195 <true/>
196 <key>DisableFirefoxStudies</key>
197 <true/>
198 <key>DisableForgetButton</key>
199 <true/>
200 <key>DisableFormHistory</key>
201 <true/>
202 <key>DisableMasterPasswordCreation</key>
203 <true/>
204 <key>DisablePasswordReveal</key>
205 <true/>
206 <key>DisablePocket</key>
207 <true/>
208 <key>DisablePrivateBrowsing</key>
209 <true/>
210 <key>DisableProfileImport</key>
211 <true/>
212 <key>DisableProfileRefresh</key>
213 <true/>
214 <key>DisableSafeMode</key>
215 <true/>
216 <key>DisableSecurityBypass</key>
217 <dict>
218 <key>InvalidCertificate</key>
219 <true/>
220 <key>SafeBrowsing</key>
221 <true/>
222 </dict>
223 <key>DisableSetDesktopBackground</key>
224 <true/>
225 <key>DisableSystemAddonUpdate</key>
226 <true/>
227 <key>DisableTelemetry</key>
228 <true/>
229 <key>DisplayBookmarksToolbar</key>
230 <true/>
231 <key>DontCheckDefaultBrowser</key>
232 <true/>
233 <key>EnableTrackingProtection</key>
234 <dict>
235 <key>Value</key>
236 <true/>
237 <key>Locked</key>
238 <true/>
239 <key>Cryptomining</key>
240 <true/>
241 <key>Fingerprinting</key>
242 <true/>
243 <key>EmailTracking</key>
244 <true/>
245 <key>Exceptions</key>
246 <array>
247 <string>https://example.com</string>
248 </array>
249 </dict>
250 <key>EncryptedMediaExtensions</key>
251 <dict>
252 <key>Enabled</key>
253 <false/>
254 <key>Locked</key>
255 <false/>
256 </dict>
257 <key>ExemptDomainFileTypePairsFromFileTypeDownloadWarnings</key>
258 <array>
259 <dict>
260 <key>file_extension</key>
261 <string>jnlp</string>
262 <key>domains</key>
263 <array>
264 <string>example.com</string>
265 </array>
266 </dict>
267 </array>
268 <key>Extensions</key>
269 <dict>
270 <key>Install</key>
271 <array>
272 <string>https://addons.mozilla.org/firefox/downloads/file/1053714/ghostery_privacy_ad_blocker-8.2.4-an+fx.xpi</string>
273 </array>
274 <key>Uninstall</key>
275 <array/>
276 <key>Locked</key>
277 <array>
278 <string>firefox@ghostery.com</string>
279 </array>
280 </dict>
281 <key>ExtensionSettings</key>
282 <dict>
283 <key>*</key>
284 <dict>
285 <key>blocked_install_message</key>
286 <string>Custom error message.</string>
287 <key>install_sources</key>
288 <array>
289 <string>https://addons.mozilla.org/</string>
290 </array>
291 <key>installation_mode</key>
292 <string>blocked</string>
293 </dict>
294 <key>uBlock0@raymondhill.net</key>
295 <dict>
296 <key>installation_mode</key>
297 <string>force_installed</string>
298 <key>install_url</key>
299 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
300 </dict>
301 </dict>
302 <key>ExtensionUpdate</key>
303 <false/>
304 <key>FirefoxHome</key>
305 <dict>
306 <key>Search</key>
307 <true/>
308 <key>TopSites</key>
309 <true/>
310 <key>SponsoredTopSites</key>
311 <false/>
312 <key>Highlights</key>
313 <true/>
314 <key>Pocket</key>
315 <false/>
316 <key>SponsoredPocket</key>
317 <false/>
318 <key>Snippets</key>
319 <false/>
320 <key>Locked</key>
321 <true/>
322 </dict>
323 <key>FirefoxHome</key>
324 <dict>
325 <key>WebSuggestions</key>
326 <true/>
327 <key>SponsoredSuggestions</key>
328 <false/>
329 <key>ImproveSuggest</key>
330 <false/>
331 <key>Locked</key>
332 <true/>
333 </dict>
334 <key>GoToIntranetSiteForSingleWordEntryInAddressBar</key>
335 <true/>
336 <key>Handlers</key>
337 <dict>
338 <key>mimeTypes</key>
339 <dict>
340 <key>application/msword</key>
341 <dict>
342 <key>action</key>
343 <string>useSystemDefault</string>
344 <key>ask</key>
345 <false/>
346 </dict>
347 </dict>
348 <key>schemes</key>
349 <dict>
350 <key>mailto</key>
351 <dict>
352 <key>action</key>
353 <string>useHelperApp</string>
354 <key>ask</key>
355 <false/>
356 <key>handlers</key>
357 <array>
358 <dict>
359 <key>name</key>
360 <string>Gmail</string>
361 <key>uriTemplate</key>
362 <string>https://mail.google.com/mail/?extsrc=mailto&amp;url=%s</string>
363 </dict>
364 </array>
365 </dict>
366 </dict>
367 <key>extensions</key>
368 <dict>
369 <key>pdf</key>
370 <dict>
371 <key>action</key>
372 <string>useHelperApp</string>
373 <key>ask</key>
374 <false/>
375 <key>handlers</key>
376 <array>
377 <dict>
378 <key>name</key>
379 <string>Adobe Acrobat</string>
380 <key>path</key>
381 <string>/System/Applications/Preview.app</string>
382 </dict>
383 </array>
384 </dict>
385 </dict>
386 </dict>
387 <key>HardwareAcceleration</key>
388 <false/>
389 <key>Homepage</key>
390 <dict>
391 <key>URL</key>
392 <string>http://example.com</string>
393 <key>Locked</key>
394 <true/>
395 <key>Additional</key>
396 <array>
397 <string>https://www.example.com/extra-home1.htm</string>
398 <string>https://www.example.com/extra-home2.htm</string>
399 <string>https://www.example.com/extra-home3.htm</string>
400 </array>
401 <key>StartPage</key>
402 <string>homepage</string>
403 </dict>
404 <key>InstallAddonsPermission</key>
405 <dict>
406 <key>Allow</key>
407 <array>
408 <string>https://example.org</string>
409 <string>https://example.edu</string>
410 </array>
411 <key>Default</key>
412 <false/>
413 </dict>
414 <key>LocalFileLinks</key>
415 <array>
416 <string>http://example.org</string>
417 <string>http://example.edu</string>
418 </array>
419 <key>PrimaryPassword</key>
420 <true/>
421 <key>NetworkPrediction</key>
422 <false/>
423 <key>NewTabPage</key>
424 <false/>
425 <key>NoDefaultBookmarks</key>
426 <true/>
427 <key>OfferToSaveLogins</key>
428 <false/>
429 <key>OfferToSaveLoginsDefault</key>
430 <true/>
431 <key>OverrideFirstRunPage</key>
432 <string>https://www.example.com</string>
433 <key>OverridePostUpdatePage</key>
434 <string></string>
435 <key>PasswordManagerEnabled</key>
436 <false/>
437 <key>PDFjs</key>
438 <dict>
439 <key>Enabled</key>
440 <false/>
441 <key>EnablePermissions</key>
442 <false/>
443 </dict>
444 <key>PasswordManagerExceptions</key>
445 <array>
446 <string>https://example.org</string>
447 <string>https://example.edu</string>
448 </array>
449 <key>Permissions</key>
450 <dict>
451 <key>Camera</key>
452 <dict>
453 <key>Allow</key>
454 <array>
455 <string>https://example.org</string>
456 </array>
457 <key>Block</key>
458 <array>
459 <string>https://example.edu</string>
460 </array>
461 <key>BlockNewRequests</key>
462 <true/>
463 <key>Locked</key>
464 <true/>
465 </dict>
466 <key>Microphone</key>
467 <dict>
468 <key>Allow</key>
469 <array>
470 <string>https://example.org</string>
471 </array>
472 <key>Block</key>
473 <array>
474 <string>https://example.edu</string>
475 </array>
476 <key>BlockNewRequests</key>
477 <true/>
478 <key>Locked</key>
479 <true/>
480 </dict>
481 <key>Location</key>
482 <dict>
483 <key>Allow</key>
484 <array>
485 <string>https://example.org</string>
486 </array>
487 <key>Block</key>
488 <array>
489 <string>https://example.edu</string>
490 </array>
491 <key>BlockNewRequests</key>
492 <true/>
493 <key>Locked</key>
494 <true/>
495 </dict>
496 <key>Notifications</key>
497 <dict>
498 <key>Allow</key>
499 <array>
500 <string>https://example.org</string>
501 </array>
502 <key>Block</key>
503 <array>
504 <string>https://example.edu</string>
505 </array>
506 <key>BlockNewRequests</key>
507 <true/>
508 <key>Locked</key>
509 <true/>
510 </dict>
511 <key>Autoplay</key>
512 <dict>
513 <key>Allow</key>
514 <array>
515 <string>https://example.org</string>
516 </array>
517 <key>Block</key>
518 <array>
519 <string>https://example.edu</string>
520 </array>
521 <key>Default</key>
522 <string>block-audio</string>
523 <key>Locked</key>
524 <true/>
525 </dict>
526 <key>VirtualReality</key>
527 <dict>
528 <key>Allow</key>
529 <array>
530 <string>https://example.org</string>
531 </array>
532 <key>Block</key>
533 <array>
534 <string>https://example.edu</string>
535 </array>
536 <key>BlockNewRequests</key>
537 <true/>
538 <key>Locked</key>
539 <true/>
540 </dict>
541 </dict>
542 <key>PictureInPicture</key>
543 <dict>
544 <key>Enabled</key>
545 <false/>
546 <key>Locked</key>
547 <true/>
548 </dict>
549 <key>PopupBlocking</key>
550 <dict>
551 <key>Allow</key>
552 <array>
553 <string>https://www.example.org</string>
554 <string>https://www.example.edu</string>
555 </array>
556 <key>Default</key>
557 <true/>
558 <key>Locked</key>
559 <true/>
560 </dict>
561 <key>Preferences</key>
562 <dict>
563 <key>accessibility.force_disabled</key>
564 <dict>
565 <key>Value</key>
566 <integer>1</integer>
567 <key>Status</key>
568 <string>default</string>
569 </dict>
570 <key>browser.cache.disk.parent_directory</key>
571 <dict>
572 <key>Value</key>
573 <string>SOME_NATIVE_PATH</string>
574 <key>Status</key>
575 <string>user</string>
576 </dict>
577 <key>browser.tabs.warnOnClose</key>
578 <dict>
579 <key>Value</key>
580 <false/>
581 <key>Status</key>
582 <string>locked</string>
583 </dict>
584 </dict>
585 <key>PrintingEnabled</key>
586 <false/>
587 <key>Proxy</key>
588 <dict>
589 <key>Mode</key>
590 <string>manual</string>
591 <key>HTTPProxy</key>
592 <string>proxy.example.com:80</string>
593 <key>UseHTTPProxyForAllProtocols</key>
594 <true/>
595 <key>SSLProxy</key>
596 <string>proxy.example.com:80</string>
597 <key>FTPProxy</key>
598 <string>proxy.example.com:80</string>
599 <key>SOCKSProxy</key>
600 <string>proxy.example.com:80</string>
601 <key>SocksVersion</key>
602 <string>4</string>
603 <key>Passthrough</key>
604 <string>&lt;local&gt;</string>
605 <key>AutoConfigURL</key>
606 <string>URL_TO_AUTOCONFIG</string>
607 <key>AutoLogin</key>
608 <true/>
609 <key>UseProxyForDNS</key>
610 <true/>
611 <key>Locked</key>
612 <true/>
613 </dict>
614 <key>RequestedLocales</key>
615 <array>
616 <string>de</string>
617 <string>en-US</string>
618 </array>
619 <key>SanitizeOnShutdown</key>
620 <true/>
621 <key>SearchBar</key>
622 <string>separate</string>
623 <key>UserMessaging</key>
624 <dict>
625 <key>WhatsNew</key>
626 <false/>
627 <key>ExtensionRecommendations</key>
628 <false/>
629 <key>FeatureRecommendations</key>
630 <false/>
631 <key>UrlbarInterventions</key>
632 <false/>
633 <key>SkipOnboarding</key>
634 <true/>
635 <key>MoreFromMozilla</key>
636 <true/>
637 <key>Locked</key>
638 <true/>
639 </dict>
640 <key>UseSystemPrintDialog</key>
641 <true/>
642 <key>WebsiteFilter</key>
643 <dict>
644 <key>Block</key>
645 <array>
646 <string>&lt;all_urls&gt;</string>
647 </array>
648 <key>Exceptions</key>
649 <array>
650 <string>https://www.google.com/*</string>
651 <string>https://www.yahoo.com/*</string>
652 </array>
653 </dict>
654 <key>SecurityDevices</key>
655 <dict>
656 <key>NAME_OF_DEVICE</key>
657 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
658 </dict>
659 <key>ShowHomeButton</key>
660 <true/>
661 <key>SSLVersionMin</key>
662 <string>tls1.2</string>
663 <key>SSLVersionMax</key>
664 <string>tls1.3</string>
665 <key>StartDownloadsInTempDirectory</key>
666 <true/>
667 <key>SupportMenu</key>
668 <dict>
669 <key>Title</key>
670 <string>Click here for help</string>
671 <key>URL</key>
672 <string>http://example.edu/</string>
673 <key>AccessKey</key>
674 <string>C</string>
675 </dict>
676 </dict>
677 </plist>

patrick-canterino.de