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

patrick-canterino.de