]> git.p6c8.net - policy-templates.git/blob - mac/org.mozilla.firefox.plist
Merge pull request #585 from mozilla/DisabledCiphers
[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>AppAutoUpdate</key>
8 <true/>
9 <key>AppUpdateURL</key>
10 <string>https://www.example.com/update.xml</string>
11 <key>Authentication</key>
12 <dict>
13 <key>SPNEGO</key>
14 <array>
15 <string>mydomain.com</string>
16 <string>https://myotherdomain.com</string>
17 </array>
18 <key>Delegated</key>
19 <array>
20 <string>mydomain.com</string>
21 <string>https://myotherdomain.com</string>
22 </array>
23 <key>NTLM</key>
24 <array>
25 <string>mydomain.com</string>
26 <string>https://myotherdomain.com</string>
27 </array>
28 <key>AllowNonFQDN</key>
29 <dict>
30 <key>SPNEGO</key>
31 <true/>
32 <key>NTLM</key>
33 <true/>
34 </dict>
35 <key>AllowProxies</key>
36 <dict>
37 <key>SPNEGO</key>
38 <true/>
39 <key>NTLM</key>
40 <true/>
41 </dict>
42 <key>Locked</key>
43 <true/>
44 </dict>
45 <key>BlockAboutAddons</key>
46 <true/>
47 <key>BlockAboutConfig</key>
48 <true/>
49 <key>BlockAboutProfiles</key>
50 <true/>
51 <key>BlockAboutSupport</key>
52 <true/>
53 <key>Bookmarks</key>
54 <array>
55 <dict>
56 <key>Title</key>
57 <string>Example1</string>
58 <key>URL</key>
59 <string>https://www.example.org</string>
60 <key>Favicon</key>
61 <string>https://www.example.org/favicon.ico</string>
62 <key>Placement</key>
63 <string>toolbar</string>
64 <key>Folder</key>
65 <string>Example1Folder</string>
66 </dict>
67 <dict>
68 <key>Title</key>
69 <string>Example2</string>
70 <key>URL</key>
71 <string>https://www.example.com</string>
72 <key>Favicon</key>
73 <string>https://www.example.com/favicon.ico</string>
74 <key>Placement</key>
75 <string>menu</string>
76 <key>Folder</key>
77 <string>Example2Folder</string>
78 </dict>
79 </array>
80 <key>CaptivePortal</key>
81 <false/>
82 <key>Certificates</key>
83 <dict>
84 <key>ImportEnterpriseRoots</key>
85 <true/>
86 <key>Install</key>
87 <array>
88 <string>cert1.der</string>
89 <string>cert2.pem</string>
90 </array>
91 </dict>
92 <key>Cookies</key>
93 <dict>
94 <key>Allow</key>
95 <array>
96 <string>https://www.example.org/</string>
97 </array>
98 <key>Block</key>
99 <array>
100 <string>https://www.example.edu/</string>
101 </array>
102 <key>Default</key>
103 <false/>
104 <key>AcceptThirdParty</key>
105 <string>never</string>
106 <key>ExpireAtSessionEnd</key>
107 <true/>
108 <key>RejectTracker</key>
109 <true/>
110 <key>Locked</key>
111 <true/>
112 </dict>
113 <key>DefaultDownloadDirectory</key>
114 <string>${home}/Downloads</string>
115 <key>DownloadDirectory</key>
116 <string>${home}/Downloads</string>
117 <key>DNSOverHTTPS</key>
118 <dict>
119 <key>Enabled</key>
120 <false/>
121 <key>ProviderURL</key>
122 <string>URL_TO_ALTERNATE_PROVIDER</string>
123 <key>Locked</key>
124 <true/>
125 <key>ExcludedDomains</key>
126 <array>
127 <string>example.com</string>
128 </array>
129 </dict>
130 <key>DisableAppUpdate</key>
131 <true/>
132 <key>DisableBuiltinPDFViewer</key>
133 <true/>
134 <key>DisabledCiphers</key>
135 <dict>
136 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
137 <true/>
138 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
139 <true/>
140 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
141 <true/>
142 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
143 <true/>
144 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
145 <true/>
146 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
147 <true/>
148 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
149 <true/>
150 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
151 <true/>
152 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
153 <true/>
154 </dict>
155 <key>DisableDeveloperTools</key>
156 <true/>
157 <key>DisableFeedbackCommands</key>
158 <true/>
159 <key>DisableFirefoxAccounts</key>
160 <true/>
161 <key>DisableFirefoxScreenshots</key>
162 <true/>
163 <key>DisableFirefoxStudies</key>
164 <true/>
165 <key>DisableForgetButton</key>
166 <true/>
167 <key>DisableFormHistory</key>
168 <true/>
169 <key>DisableMasterPasswordCreation</key>
170 <true/>
171 <key>DisablePasswordReveal</key>
172 <true/>
173 <key>DisablePocket</key>
174 <true/>
175 <key>DisablePrivateBrowsing</key>
176 <true/>
177 <key>DisableProfileImport</key>
178 <true/>
179 <key>DisableProfileRefresh</key>
180 <true/>
181 <key>DisableSafeMode</key>
182 <true/>
183 <key>DisableSecurityBypass</key>
184 <dict>
185 <key>InvalidCertificate</key>
186 <true/>
187 <key>SafeBrowsing</key>
188 <true/>
189 </dict>
190 <key>DisableSetDesktopBackground</key>
191 <true/>
192 <key>DisableSystemAddonUpdate</key>
193 <true/>
194 <key>DisableTelemetry</key>
195 <true/>
196 <key>DisplayBookmarksToolbar</key>
197 <true/>
198 <key>DontCheckDefaultBrowser</key>
199 <true/>
200 <key>EnableTrackingProtection</key>
201 <dict>
202 <key>Value</key>
203 <true/>
204 <key>Locked</key>
205 <true/>
206 <key>Cryptomining</key>
207 <true/>
208 <key>Fingerprinting</key>
209 <true/>
210 <key>Exceptions</key>
211 <array>
212 <string>https://example.com</string>
213 </array>
214 </dict>
215 <key>Extensions</key>
216 <dict>
217 <key>Install</key>
218 <array>
219 <string>https://addons.mozilla.org/firefox/downloads/file/1053714/ghostery_privacy_ad_blocker-8.2.4-an+fx.xpi</string>
220 </array>
221 <key>Uninstall</key>
222 <array/>
223 <key>Locked</key>
224 <array>
225 <string>firefox@ghostery.com</string>
226 </array>
227 </dict>
228 <key>ExtensionSettings</key>
229 <dict>
230 <key>*</key>
231 <dict>
232 <key>blocked_install_message</key>
233 <string>Custom error message.</string>
234 <key>install_sources</key>
235 <array>
236 <string>https://addons.mozilla.org/</string>
237 </array>
238 <key>installation_mode</key>
239 <string>blocked</string>
240 </dict>
241 <key>uBlock0@raymondhill.net</key>
242 <dict>
243 <key>installation_mode</key>
244 <string>force_installed</string>
245 <key>install_url</key>
246 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
247 </dict>
248 </dict>
249 <key>ExtensionUpdate</key>
250 <false/>
251 <key>FirefoxHome</key>
252 <dict>
253 <key>Search</key>
254 <true/>
255 <key>TopSites</key>
256 <true/>
257 <key>Highlights</key>
258 <true/>
259 <key>Pocket</key>
260 <false/>
261 <key>Snippets</key>
262 <false/>
263 <key>Locked</key>
264 <true/>
265 </dict>
266 <key>FlashPlugin</key>
267 <dict>
268 <key>Allow</key>
269 <array>
270 <string>https://www.example.com</string>
271 </array>
272 <key>Block</key>
273 <array>
274 <string>https://www.example.org</string>
275 </array>
276 <key>Default</key>
277 <true/>
278 <key>Locked</key>
279 <true/>
280 </dict>
281 <key>HardwareAcceleration</key>
282 <false/>
283 <key>Homepage</key>
284 <dict>
285 <key>URL</key>
286 <string>http://example.com</string>
287 <key>Locked</key>
288 <true/>
289 <key>Additional</key>
290 <array>
291 <string>https://www.example.com/extra-home1.htm</string>
292 <string>https://www.example.com/extra-home2.htm</string>
293 <string>https://www.example.com/extra-home3.htm</string>
294 </array>
295 <key>StartPage</key>
296 <string>homepage</string>
297 </dict>
298 <key>InstallAddonsPermission</key>
299 <dict>
300 <key>Allow</key>
301 <array>
302 <string>https://example.org</string>
303 <string>https://example.edu</string>
304 </array>
305 <key>Default</key>
306 <false/>
307 </dict>
308 <key>LocalFileLinks</key>
309 <array>
310 <string>http://example.org</string>
311 <string>http://example.edu</string>
312 </array>
313 <key>NetworkPrediction</key>
314 <false/>
315 <key>NewTabPage</key>
316 <false/>
317 <key>NoDefaultBookmarks</key>
318 <true/>
319 <key>OfferToSaveLogins</key>
320 <false/>
321 <key>OfferToSaveLoginsDefault</key>
322 <true/>
323 <key>OverrideFirstRunPage</key>
324 <string>https://www.example.com</string>
325 <key>OverridePostUpdatePage</key>
326 <string></string>
327 <key>PasswordManagerEnabled</key>
328 <false/>
329 <key>Permissions</key>
330 <dict>
331 <key>Camera</key>
332 <dict>
333 <key>Allow</key>
334 <array>
335 <string>https://example.org</string>
336 </array>
337 <key>Block</key>
338 <array>
339 <string>https://example.edu</string>
340 </array>
341 <key>BlockNewRequests</key>
342 <true/>
343 <key>Locked</key>
344 <true/>
345 </dict>
346 <key>Microphone</key>
347 <dict>
348 <key>Allow</key>
349 <array>
350 <string>https://example.org</string>
351 </array>
352 <key>Block</key>
353 <array>
354 <string>https://example.edu</string>
355 </array>
356 <key>BlockNewRequests</key>
357 <true/>
358 <key>Locked</key>
359 <true/>
360 </dict>
361 <key>Location</key>
362 <dict>
363 <key>Allow</key>
364 <array>
365 <string>https://example.org</string>
366 </array>
367 <key>Block</key>
368 <array>
369 <string>https://example.edu</string>
370 </array>
371 <key>BlockNewRequests</key>
372 <true/>
373 <key>Locked</key>
374 <true/>
375 </dict>
376 <key>Notifications</key>
377 <dict>
378 <key>Allow</key>
379 <array>
380 <string>https://example.org</string>
381 </array>
382 <key>Block</key>
383 <array>
384 <string>https://example.edu</string>
385 </array>
386 <key>BlockNewRequests</key>
387 <true/>
388 <key>Locked</key>
389 <true/>
390 </dict>
391 <key>Autoplay</key>
392 <dict>
393 <key>Allow</key>
394 <array>
395 <string>https://example.org</string>
396 </array>
397 <key>Block</key>
398 <array>
399 <string>https://example.edu</string>
400 </array>
401 <key>Default</key>
402 <string>block-audio</string>
403 <key>Locked</key>
404 <true/>
405 </dict>
406 </dict>
407 <key>PopupBlocking</key>
408 <dict>
409 <key>Allow</key>
410 <array>
411 <string>https://www.example.org</string>
412 <string>https://www.example.edu</string>
413 </array>
414 <key>Default</key>
415 <true/>
416 <key>Locked</key>
417 <true/>
418 </dict>
419 <key>Preferences</key>
420 <dict>
421 <key>app.update.auto</key>
422 <true/>
423 <key>security.default_personal_cert</key>
424 <string>Ask Every Time</string>
425 </dict>
426 <key>Proxy</key>
427 <dict>
428 <key>SocksVersion</key>
429 <string>4</string>
430 <key>Mode</key>
431 <string>manual</string>
432 <key>HTTPProxy</key>
433 <string>proxy.example.com:80</string>
434 <key>Locked</key>
435 <true/>
436 </dict>
437 <key>RequestedLocales</key>
438 <array>
439 <string>de</string>
440 <string>en-US</string>
441 </array>
442 <key>SanitizeOnShutdown</key>
443 <true/>
444 <key>SearchBar</key>
445 <string>separate</string>
446 <key>UserMessaging</key>
447 <dict>
448 <key>WhatsNew</key>
449 <false/>
450 <key>ExtensionRecommendations</key>
451 <false/>
452 <key>FeatureRecommendations</key>
453 <false/>
454 <key>UrlbarInterventions</key>
455 <false/>
456 </dict>
457 <key>WebsiteFilter</key>
458 <dict>
459 <key>Block</key>
460 <array>
461 <string>&lt;all_urls&gt;</string>
462 </array>
463 <key>Exceptions</key>
464 <array>
465 <string>https://www.google.com/*</string>
466 <string>https://www.yahoo.com/*</string>
467 </array>
468 </dict>
469 <key>SecurityDevices</key>
470 <dict>
471 <key>NAME_OF_DEVICE</key>
472 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
473 </dict>
474 <key>SSLVersionMin</key>
475 <string>tls1.2</string>
476 <key>SSLVersionMax</key>
477 <string>tls1.3</string>
478 <key>SupportMenu</key>
479 <dict>
480 <key>Title</key>
481 <string>Click here for help</string>
482 <key>URL</key>
483 <string>http://example.edu/</string>
484 <key>AccessKey</key>
485 <string>C</string>
486 </dict>
487 </dict>
488 </plist>

patrick-canterino.de