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

patrick-canterino.de