]> git.p6c8.net - policy-templates.git/blob - mac/org.mozilla.firefox.plist
More clarification
[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 <false/>
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 </dict>
126 <key>DisableAppUpdate</key>
127 <true/>
128 <key>DisableBuiltinPDFViewer</key>
129 <true/>
130 <key>DisableDeveloperTools</key>
131 <true/>
132 <key>DisableFeedbackCommands</key>
133 <true/>
134 <key>DisableFirefoxAccounts</key>
135 <true/>
136 <key>DisableFirefoxScreenshots</key>
137 <true/>
138 <key>DisableFirefoxStudies</key>
139 <true/>
140 <key>DisableForgetButton</key>
141 <true/>
142 <key>DisableFormHistory</key>
143 <true/>
144 <key>DisableMasterPasswordCreation</key>
145 <true/>
146 <key>DisablePasswordReveal</key>
147 <true/>
148 <key>DisablePocket</key>
149 <true/>
150 <key>DisablePrivateBrowsing</key>
151 <true/>
152 <key>DisableProfileImport</key>
153 <true/>
154 <key>DisableProfileRefresh</key>
155 <true/>
156 <key>DisableSafeMode</key>
157 <true/>
158 <key>DisableSecurityBypass</key>
159 <dict>
160 <key>InvalidCertificate</key>
161 <true/>
162 <key>SafeBrowsing</key>
163 <true/>
164 </dict>
165 <key>DisableSetDesktopBackground</key>
166 <true/>
167 <key>DisableSystemAddonUpdate</key>
168 <true/>
169 <key>DisableTelemetry</key>
170 <true/>
171 <key>DisplayBookmarksToolbar</key>
172 <true/>
173 <key>DontCheckDefaultBrowser</key>
174 <true/>
175 <key>EnableTrackingProtection</key>
176 <dict>
177 <key>Value</key>
178 <true/>
179 <key>Locked</key>
180 <true/>
181 <key>Cryptomining</key>
182 <true/>
183 <key>Fingerprinting</key>
184 <true/>
185 <key>Exceptions</key>
186 <array>
187 <string>https://example.com</string>
188 </array>
189 </dict>
190 <key>Extensions</key>
191 <dict>
192 <key>Install</key>
193 <array>
194 <string>https://addons.mozilla.org/firefox/downloads/file/1053714/ghostery_privacy_ad_blocker-8.2.4-an+fx.xpi</string>
195 </array>
196 <key>Uninstall</key>
197 <array/>
198 <key>Locked</key>
199 <array>
200 <string>firefox@ghostery.com</string>
201 </array>
202 </dict>
203 <key>ExtensionSettings</key>
204 <dict>
205 <key>*</key>
206 <dict>
207 <key>blocked_install_message</key>
208 <string>Custom error message.</string>
209 <key>install_sources</key>
210 <array>
211 <string>https://addons.mozilla.org/</string>
212 </array>
213 <key>installation_mode</key>
214 <string>blocked</string>
215 </dict>
216 <key>uBlock0@raymondhill.net</key>
217 <dict>
218 <key>installation_mode</key>
219 <string>force_installed</string>
220 <key>install_url</key>
221 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
222 </dict>
223 </dict>
224 <key>ExtensionUpdate</key>
225 <false/>
226 <key>FirefoxHome</key>
227 <dict>
228 <key>Search</key>
229 <true/>
230 <key>TopSites</key>
231 <true/>
232 <key>Highlights</key>
233 <true/>
234 <key>Pocket</key>
235 <false/>
236 <key>Snippets</key>
237 <false/>
238 <key>Locked</key>
239 <true/>
240 </dict>
241 <key>FlashPlugin</key>
242 <dict>
243 <key>Allow</key>
244 <array>
245 <string>https://www.example.com</string>
246 </array>
247 <key>Block</key>
248 <array>
249 <string>https://www.example.org</string>
250 </array>
251 <key>Default</key>
252 <true/>
253 <key>Locked</key>
254 <true/>
255 </dict>
256 <key>HardwareAcceleration</key>
257 <false/>
258 <key>Homepage</key>
259 <dict>
260 <key>URL</key>
261 <string>http://example.com</string>
262 <key>Locked</key>
263 <true/>
264 <key>Additional</key>
265 <array>
266 <string>https://www.example.com/extra-home1.htm</string>
267 <string>https://www.example.com/extra-home2.htm</string>
268 <string>https://www.example.com/extra-home3.htm</string>
269 </array>
270 <key>StartPage</key>
271 <string>homepage</string>
272 </dict>
273 <key>InstallAddonsPermission</key>
274 <dict>
275 <key>Allow</key>
276 <array>
277 <string>https://example.org</string>
278 <string>https://example.edu</string>
279 </array>
280 <key>Default</key>
281 <false/>
282 </dict>
283 <key>LocalFileLinks</key>
284 <array>
285 <string>http://example.org</string>
286 <string>http://example.edu</string>
287 </array>
288 <key>NetworkPrediction</key>
289 <false/>
290 <key>NewTabPage</key>
291 <false/>
292 <key>NoDefaultBookmarks</key>
293 <true/>
294 <key>OfferToSaveLogins</key>
295 <false/>
296 <key>OfferToSaveLoginsDefault</key>
297 <true/>
298 <key>OverrideFirstRunPage</key>
299 <string>https://www.example.com</string>
300 <key>OverridePostUpdatePage</key>
301 <string></string>
302 <key>PasswordManagerEnabled</key>
303 <false/>
304 <key>Permissions</key>
305 <dict>
306 <key>Camera</key>
307 <dict>
308 <key>Allow</key>
309 <array>
310 <string>https://example.org</string>
311 </array>
312 <key>Block</key>
313 <array>
314 <string>https://example.edu</string>
315 </array>
316 <key>BlockNewRequests</key>
317 <true/>
318 <key>Locked</key>
319 <true/>
320 </dict>
321 <key>Microphone</key>
322 <dict>
323 <key>Allow</key>
324 <array>
325 <string>https://example.org</string>
326 </array>
327 <key>Block</key>
328 <array>
329 <string>https://example.edu</string>
330 </array>
331 <key>BlockNewRequests</key>
332 <true/>
333 <key>Locked</key>
334 <true/>
335 </dict>
336 <key>Location</key>
337 <dict>
338 <key>Allow</key>
339 <array>
340 <string>https://example.org</string>
341 </array>
342 <key>Block</key>
343 <array>
344 <string>https://example.edu</string>
345 </array>
346 <key>BlockNewRequests</key>
347 <true/>
348 <key>Locked</key>
349 <true/>
350 </dict>
351 <key>Notifications</key>
352 <dict>
353 <key>Allow</key>
354 <array>
355 <string>https://example.org</string>
356 </array>
357 <key>Block</key>
358 <array>
359 <string>https://example.edu</string>
360 </array>
361 <key>BlockNewRequests</key>
362 <true/>
363 <key>Locked</key>
364 <true/>
365 </dict>
366 <key>Autoplay</key>
367 <dict>
368 <key>Allow</key>
369 <array>
370 <string>https://example.org</string>
371 </array>
372 <key>Block</key>
373 <array>
374 <string>https://example.edu</string>
375 </array>
376 </dict>
377 </dict>
378 <key>PopupBlocking</key>
379 <dict>
380 <key>Allow</key>
381 <array>
382 <string>https://www.example.org</string>
383 <string>https://www.example.edu</string>
384 </array>
385 <key>Default</key>
386 <true/>
387 <key>Locked</key>
388 <true/>
389 </dict>
390 <key>Preferences</key>
391 <dict>
392 <key>app.update.auto</key>
393 <true/>
394 <key>security.default_personal_cert</key>
395 <string>Ask Every Time</string>
396 </dict>
397 <key>Proxy</key>
398 <dict>
399 <key>SocksVersion</key>
400 <string>4</string>
401 <key>Mode</key>
402 <string>manual</string>
403 <key>HTTPProxy</key>
404 <string>proxy.example.com:80</string>
405 <key>Locked</key>
406 <true/>
407 </dict>
408 <key>RequestedLocales</key>
409 <array>
410 <string>de</string>
411 <string>en-US</string>
412 </array>
413 <key>SanitizeOnShutdown</key>
414 <true/>
415 <key>SearchBar</key>
416 <string>separate</string>
417 <key>WebsiteFilter</key>
418 <dict>
419 <key>Block</key>
420 <array>
421 <string>&lt;all_urls&gt;</string>
422 </array>
423 <key>Exceptions</key>
424 <array>
425 <string>https://www.google.com/*</string>
426 <string>https://www.yahoo.com/*</string>
427 </array>
428 </dict>
429 <key>SecurityDevices</key>
430 <dict>
431 <key>NAME_OF_DEVICE</key>
432 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
433 </dict>
434 <key>SSLVersionMin</key>
435 <string>tls1.2</string>
436 <key>SSLVersionMax</key>
437 <string>tls1.3</string>
438 <key>SupportMenu</key>
439 <dict>
440 <key>Title</key>
441 <string>Click here for help</string>
442 <key>URL</key>
443 <string>http://example.edu/</string>
444 <key>AccessKey</key>
445 <string>C</string>
446 </dict>
447 </dict>
448 </plist>

patrick-canterino.de