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

patrick-canterino.de