]> git.p6c8.net - policy-templates.git/blob - mac/org.mozilla.firefox.plist
Merge pull request #312 from bp88/patch-2
[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 </dict>
34 <key>BlockAboutAddons</key>
35 <true/>
36 <key>BlockAboutConfig</key>
37 <true/>
38 <key>BlockAboutProfiles</key>
39 <true/>
40 <key>BlockAboutSupport</key>
41 <true/>
42 <key>Bookmarks</key>
43 <array>
44 <dict>
45 <key>Title</key>
46 <string>Example1</string>
47 <key>URL</key>
48 <string>https://www.example.org</string>
49 <key>Favicon</key>
50 <string>https://www.example.org/favicon.ico</string>
51 <key>Placement</key>
52 <string>toolbar</string>
53 <key>Folder</key>
54 <string>Example1Folder</string>
55 </dict>
56 <dict>
57 <key>Title</key>
58 <string>Example2</string>
59 <key>URL</key>
60 <string>https://www.example.com</string>
61 <key>Favicon</key>
62 <string>https://www.example.com/favicon.ico</string>
63 <key>Placement</key>
64 <string>menu</string>
65 <key>Folder</key>
66 <string>Example2Folder</string>
67 </dict>
68 </array>
69 <key>Certificates</key>
70 <dict>
71 <key>ImportEnterpriseRoots</key>
72 <true/>
73 <key>Install</key>
74 <array>
75 <string>cert1.der</string>
76 <string>cert2.pem</string>
77 </array>
78 </dict>
79 <key>Cookies</key>
80 <dict>
81 <key>Allow</key>
82 <array>
83 <string>https://www.example.org/</string>
84 </array>
85 <key>Block</key>
86 <array>
87 <string>https://www.example.edu/</string>
88 </array>
89 <key>Default</key>
90 <false/>
91 <key>AcceptThirdParty</key>
92 <string>never</string>
93 <key>ExpireAtSessionEnd</key>
94 <true/>
95 <key>RejectTracker</key>
96 <true/>
97 <key>Locked</key>
98 <true/>
99 </dict>
100 <key>DNSOverHTTPS</key>
101 <dict>
102 <key>Enabled</key>
103 <false/>
104 <key>ProviderURL</key>
105 <string>URL_TO_ALTERNATE_PROVIDER</string>
106 <key>Locked</key>
107 <true/>
108 </dict>
109 <key>DisableAppUpdate</key>
110 <true/>
111 <key>DisableBuiltinPDFViewer</key>
112 <true/>
113 <key>DisableDeveloperTools</key>
114 <true/>
115 <key>DisableFeedbackCommands</key>
116 <true/>
117 <key>DisableFirefoxAccounts</key>
118 <true/>
119 <key>DisableFirefoxScreenshots</key>
120 <true/>
121 <key>DisableFirefoxStudies</key>
122 <true/>
123 <key>DisableForgetButton</key>
124 <true/>
125 <key>DisableFormHistory</key>
126 <true/>
127 <key>DisableMasterPasswordCreation</key>
128 <true/>
129 <key>DisablePocket</key>
130 <true/>
131 <key>DisablePrivateBrowsing</key>
132 <true/>
133 <key>DisableProfileImport</key>
134 <true/>
135 <key>DisableProfileRefresh</key>
136 <true/>
137 <key>DisableSafeMode</key>
138 <true/>
139 <key>DisableSecurityBypass</key>
140 <dict>
141 <key>InvalidCertificate</key>
142 <true/>
143 <key>SafeBrowsing</key>
144 <true/>
145 </dict>
146 <key>DisableSetDesktopBackground</key>
147 <true/>
148 <key>DisableSystemAddonUpdate</key>
149 <true/>
150 <key>DisableTelemetry</key>
151 <true/>
152 <key>DisplayBookmarksToolbar</key>
153 <true/>
154 <key>DontCheckDefaultBrowser</key>
155 <true/>
156 <key>EnableTrackingProtection</key>
157 <dict>
158 <key>Value</key>
159 <true/>
160 <key>Locked</key>
161 <true/>
162 </dict>
163 <key>Extensions</key>
164 <dict>
165 <key>Install</key>
166 <array>
167 <string>https://addons.mozilla.org/firefox/downloads/file/1053714/ghostery_privacy_ad_blocker-8.2.4-an+fx.xpi</string>
168 </array>
169 <key>Uninstall</key>
170 <array/>
171 <key>Locked</key>
172 <array>
173 <string>firefox@ghostery.com</string>
174 </array>
175 </dict>
176 <key>FlashPlugin</key>
177 <dict>
178 <key>Allow</key>
179 <array>
180 <string>https://www.example.com</string>
181 </array>
182 <key>Block</key>
183 <array>
184 <string>https://www.example.org</string>
185 </array>
186 <key>Default</key>
187 <true/>
188 <key>Locked</key>
189 <true/>
190 </dict>
191 <key>HardwareAcceleration</key>
192 <false/>
193 <key>Homepage</key>
194 <dict>
195 <key>URL</key>
196 <string>http://example.com</string>
197 <key>Locked</key>
198 <true/>
199 <key>Additional</key>
200 <array>
201 <string>https://www.example.com/extra-home1.htm</string>
202 <string>https://www.example.com/extra-home2.htm</string>
203 <string>https://www.example.com/extra-home3.htm</string>
204 </array>
205 <key>StartPage</key>
206 <string>homepage</string>
207 </dict>
208 <key>InstallAddonsPermission</key>
209 <dict>
210 <key>Allow</key>
211 <array>
212 <string>https://example.org</string>
213 <string>https://example.edu</string>
214 </array>
215 <key>Default</key>
216 <false/>
217 </dict>
218 <key>NoDefaultBookmarks</key>
219 <true/>
220 <key>OfferToSaveLogins</key>
221 <false/>
222 <key>OverrideFirstRunPage</key>
223 <string>https://www.example.com</string>
224 <key>OverridePostUpdatePage</key>
225 <string></string>
226 <key>Permissions</key>
227 <dict>
228 <key>Camera</key>
229 <dict>
230 <key>Allow</key>
231 <array>
232 <string>https://example.org</string>
233 </array>
234 <key>Block</key>
235 <array>
236 <string>https://example.edu</string>
237 </array>
238 <key>BlockNewRequests</key>
239 <true/>
240 <key>Locked</key>
241 <true/>
242 </dict>
243 <key>Microphone</key>
244 <dict>
245 <key>Allow</key>
246 <array>
247 <string>https://example.org</string>
248 </array>
249 <key>Block</key>
250 <array>
251 <string>https://example.edu</string>
252 </array>
253 <key>BlockNewRequests</key>
254 <true/>
255 <key>Locked</key>
256 <true/>
257 </dict>
258 <key>Location</key>
259 <dict>
260 <key>Allow</key>
261 <array>
262 <string>https://example.org</string>
263 </array>
264 <key>Block</key>
265 <array>
266 <string>https://example.edu</string>
267 </array>
268 <key>BlockNewRequests</key>
269 <true/>
270 <key>Locked</key>
271 <true/>
272 </dict>
273 <key>Notifications</key>
274 <dict>
275 <key>Allow</key>
276 <array>
277 <string>https://example.org</string>
278 </array>
279 <key>Block</key>
280 <array>
281 <string>https://example.edu</string>
282 </array>
283 <key>BlockNewRequests</key>
284 <true/>
285 <key>Locked</key>
286 <true/>
287 </dict>
288 </dict>
289 <key>PopupBlocking</key>
290 <dict>
291 <key>Allow</key>
292 <array>
293 <string>https://www.example.org</string>
294 <string>https://www.example.edu</string>
295 </array>
296 <key>Default</key>
297 <true/>
298 <key>Locked</key>
299 <true/>
300 </dict>
301 <key>Proxy</key>
302 <dict>
303 <key>SocksVersion</key>
304 <string>4</string>
305 <key>Mode</key>
306 <string>manual</string>
307 <key>HTTPProxy</key>
308 <string>proxy.example.com:80</string>
309 <key>Locked</key>
310 <true/>
311 </dict>
312 <key>RequestedLocales</key>
313 <array>
314 <string>de</string>
315 <string>en-US</string>
316 </array>
317 <key>SanitizeOnShutdown</key>
318 <true/>
319 <key>SearchBar</key>
320 <string>separate</string>
321 <key>WebsiteFilter</key>
322 <dict>
323 <key>Block</key>
324 <array>
325 <string>&lt;all_urls&gt;</string>
326 </array>
327 <key>Exceptions</key>
328 <array>
329 <string>https://www.google.com/*</string>
330 <string>https://www.yahoo.com/*</string>
331 </array>
332 </dict>
333 <key>SecurityDevices</key>
334 <dict>
335 <key>NAME_OF_DEVICE</key>
336 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
337 </dict>
338 </dict>
339 </plist>

patrick-canterino.de