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

patrick-canterino.de