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

patrick-canterino.de