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

patrick-canterino.de