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

patrick-canterino.de