]> git.p6c8.net - policy-templates.git/blob - mac/org.mozilla.firefox.plist
Merge pull request #792 from dneto-ame/patch-1
[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>Highlights</key>
288 <true/>
289 <key>Pocket</key>
290 <false/>
291 <key>Snippets</key>
292 <false/>
293 <key>Locked</key>
294 <true/>
295 </dict>
296 <key>FlashPlugin</key>
297 <dict>
298 <key>Allow</key>
299 <array>
300 <string>https://www.example.com</string>
301 </array>
302 <key>Block</key>
303 <array>
304 <string>https://www.example.org</string>
305 </array>
306 <key>Default</key>
307 <true/>
308 <key>Locked</key>
309 <true/>
310 </dict>
311 <key>Handlers</key>
312 <dict>
313 <key>mimeTypes</key>
314 <dict>
315 <key>application/msword</key>
316 <dict>
317 <key>action</key>
318 <string>useSystemDefault</string>
319 <key>ask</key>
320 <false/>
321 </dict>
322 </dict>
323 <key>schemes</key>
324 <dict>
325 <key>mailto</key>
326 <dict>
327 <key>action</key>
328 <string>useHelperApp</string>
329 <key>ask</key>
330 <false/>
331 <key>handlers</key>
332 <array>
333 <dict>
334 <key>name</key>
335 <string>Gmail</string>
336 <key>uriTemplate</key>
337 <string>https://mail.google.com/mail/?extsrc=mailto&amp;url=%s</string>
338 </dict>
339 </array>
340 </dict>
341 </dict>
342 <key>extensions</key>
343 <dict>
344 <key>pdf</key>
345 <dict>
346 <key>action</key>
347 <string>useHelperApp</string>
348 <key>ask</key>
349 <false/>
350 <key>handlers</key>
351 <array>
352 <dict>
353 <key>name</key>
354 <string>Adobe Acrobat</string>
355 <key>path</key>
356 <string>/System/Applications/Preview.app</string>
357 </dict>
358 </array>
359 </dict>
360 </dict>
361 </dict>
362 <key>HardwareAcceleration</key>
363 <false/>
364 <key>Homepage</key>
365 <dict>
366 <key>URL</key>
367 <string>http://example.com</string>
368 <key>Locked</key>
369 <true/>
370 <key>Additional</key>
371 <array>
372 <string>https://www.example.com/extra-home1.htm</string>
373 <string>https://www.example.com/extra-home2.htm</string>
374 <string>https://www.example.com/extra-home3.htm</string>
375 </array>
376 <key>StartPage</key>
377 <string>homepage</string>
378 </dict>
379 <key>InstallAddonsPermission</key>
380 <dict>
381 <key>Allow</key>
382 <array>
383 <string>https://example.org</string>
384 <string>https://example.edu</string>
385 </array>
386 <key>Default</key>
387 <false/>
388 </dict>
389 <key>LocalFileLinks</key>
390 <array>
391 <string>http://example.org</string>
392 <string>http://example.edu</string>
393 </array>
394 <key>PrimaryPassword</key>
395 <true/>
396 <key>NetworkPrediction</key>
397 <false/>
398 <key>NewTabPage</key>
399 <false/>
400 <key>NoDefaultBookmarks</key>
401 <true/>
402 <key>OfferToSaveLogins</key>
403 <false/>
404 <key>OfferToSaveLoginsDefault</key>
405 <true/>
406 <key>OverrideFirstRunPage</key>
407 <string>https://www.example.com</string>
408 <key>OverridePostUpdatePage</key>
409 <string></string>
410 <key>PasswordManagerEnabled</key>
411 <false/>
412 <key>PDFjs</key>
413 <dict>
414 <key>Enabled</key>
415 <false/>
416 <key>EnablePermissions</key>
417 <false/>
418 </dict>
419 <key>Permissions</key>
420 <dict>
421 <key>Camera</key>
422 <dict>
423 <key>Allow</key>
424 <array>
425 <string>https://example.org</string>
426 </array>
427 <key>Block</key>
428 <array>
429 <string>https://example.edu</string>
430 </array>
431 <key>BlockNewRequests</key>
432 <true/>
433 <key>Locked</key>
434 <true/>
435 </dict>
436 <key>Microphone</key>
437 <dict>
438 <key>Allow</key>
439 <array>
440 <string>https://example.org</string>
441 </array>
442 <key>Block</key>
443 <array>
444 <string>https://example.edu</string>
445 </array>
446 <key>BlockNewRequests</key>
447 <true/>
448 <key>Locked</key>
449 <true/>
450 </dict>
451 <key>Location</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>Notifications</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>Autoplay</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>Default</key>
492 <string>block-audio</string>
493 <key>Locked</key>
494 <true/>
495 </dict>
496 <key>VirtualReality</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 </dict>
512 <key>PictureInPicture</key>
513 <dict>
514 <key>Enabled</key>
515 <false/>
516 <key>Locked</key>
517 <true/>
518 </dict>
519 <key>PopupBlocking</key>
520 <dict>
521 <key>Allow</key>
522 <array>
523 <string>https://www.example.org</string>
524 <string>https://www.example.edu</string>
525 </array>
526 <key>Default</key>
527 <true/>
528 <key>Locked</key>
529 <true/>
530 </dict>
531 <key>Preferences</key>
532 <dict>
533 <key>accessibility.force_disabled</key>
534 <dict>
535 <key>Value</key>
536 <integer>1</integer>
537 <key>Status</key>
538 <string>default</string>
539 </dict>
540 <key>browser.cache.disk.parent_directory</key>
541 <dict>
542 <key>Value</key>
543 <string>SOME_NATIVE_PATH</string>
544 <key>Status</key>
545 <string>user</string>
546 </dict>
547 <key>browser.tabs.warnOnClose</key>
548 <dict>
549 <key>Value</key>
550 <false/>
551 <key>Status</key>
552 <string>locked</string>
553 </dict>
554 </dict>
555 <key>Proxy</key>
556 <dict>
557 <key>SocksVersion</key>
558 <string>4</string>
559 <key>Mode</key>
560 <string>manual</string>
561 <key>HTTPProxy</key>
562 <string>proxy.example.com:80</string>
563 <key>Locked</key>
564 <true/>
565 </dict>
566 <key>RequestedLocales</key>
567 <array>
568 <string>de</string>
569 <string>en-US</string>
570 </array>
571 <key>SanitizeOnShutdown</key>
572 <true/>
573 <key>SearchBar</key>
574 <string>separate</string>
575 <key>UserMessaging</key>
576 <dict>
577 <key>WhatsNew</key>
578 <false/>
579 <key>ExtensionRecommendations</key>
580 <false/>
581 <key>FeatureRecommendations</key>
582 <false/>
583 <key>UrlbarInterventions</key>
584 <false/>
585 <key>SkipOnboarding</key>
586 <true/>
587 </dict>
588 <key>WebsiteFilter</key>
589 <dict>
590 <key>Block</key>
591 <array>
592 <string>&lt;all_urls&gt;</string>
593 </array>
594 <key>Exceptions</key>
595 <array>
596 <string>https://www.google.com/*</string>
597 <string>https://www.yahoo.com/*</string>
598 </array>
599 </dict>
600 <key>SecurityDevices</key>
601 <dict>
602 <key>NAME_OF_DEVICE</key>
603 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
604 </dict>
605 <key>ShowHomeButton</key>
606 <true/>
607 <key>SSLVersionMin</key>
608 <string>tls1.2</string>
609 <key>SSLVersionMax</key>
610 <string>tls1.3</string>
611 <key>SupportMenu</key>
612 <dict>
613 <key>Title</key>
614 <string>Click here for help</string>
615 <key>URL</key>
616 <string>http://example.edu/</string>
617 <key>AccessKey</key>
618 <string>C</string>
619 </dict>
620 </dict>
621 </plist>

patrick-canterino.de