]> git.p6c8.net - policy-templates.git/blob - mac/org.mozilla.firefox.plist
Add syntax highlighting to examples.
[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>Locked</key>
96 <true/>
97 </dict>
98 <key>DNSOverHTTPS</key>
99 <dict>
100 <key>Enabled</key>
101 <false/>
102 <key>ProviderURL</key>
103 <string>URL_TO_ALTERNATE_PROVIDER</string>
104 <key>Locked</key>
105 <true/>
106 </dict>
107 <key>DisableAppUpdate</key>
108 <true/>
109 <key>DisableBuiltinPDFViewer</key>
110 <true/>
111 <key>DisableDeveloperTools</key>
112 <true/>
113 <key>DisableFeedbackCommands</key>
114 <true/>
115 <key>DisableFirefoxAccounts</key>
116 <true/>
117 <key>DisableFirefoxScreenshots</key>
118 <true/>
119 <key>DisableFirefoxStudies</key>
120 <true/>
121 <key>DisableForgetButton</key>
122 <true/>
123 <key>DisableFormHistory</key>
124 <true/>
125 <key>DisableMasterPasswordCreation</key>
126 <true/>
127 <key>DisablePocket</key>
128 <true/>
129 <key>DisablePrivateBrowsing</key>
130 <true/>
131 <key>DisableProfileImport</key>
132 <true/>
133 <key>DisableProfileRefresh</key>
134 <true/>
135 <key>DisableSafeMode</key>
136 <true/>
137 <key>DisableSecurityBypass</key>
138 <dict>
139 <key>InvalidCertificate</key>
140 <true/>
141 <key>SafeBrowsing</key>
142 <true/>
143 </dict>
144 <key>DisableSetDesktopBackground</key>
145 <true/>
146 <key>DisableSystemAddonUpdate</key>
147 <true/>
148 <key>DisableTelemetry</key>
149 <true/>
150 <key>DisplayBookmarksToolbar</key>
151 <true/>
152 <key>DontCheckDefaultBrowser</key>
153 <true/>
154 <key>EnableTrackingProtection</key>
155 <dict>
156 <key>Value</key>
157 <true/>
158 <key>Locked</key>
159 <true/>
160 </dict>
161 <key>Extensions</key>
162 <dict>
163 <key>Install</key>
164 <array>
165 <string>https://addons.mozilla.org/firefox/downloads/file/1053714/ghostery_privacy_ad_blocker-8.2.4-an+fx.xpi</string>
166 </array>
167 <key>Uninstall</key>
168 <array/>
169 <key>Locked</key>
170 <array>
171 <string>firefox@ghostery.com</string>
172 </array>
173 </dict>
174 <key>FlashPlugin</key>
175 <dict>
176 <key>Allow</key>
177 <array>
178 <string>https://www.example.com</string>
179 </array>
180 <key>Block</key>
181 <array>
182 <string>https://www.example.org</string>
183 </array>
184 </dict>
185 <key>HardwareAcceleration</key>
186 <false/>
187 <key>Homepage</key>
188 <dict>
189 <key>URL</key>
190 <string>http://example.com</string>
191 <key>Locked</key>
192 <true/>
193 <key>Additional</key>
194 <array>
195 <string>https://www.example.com/extra-home1.htm</string>
196 <string>https://www.example.com/extra-home2.htm</string>
197 <string>https://www.example.com/extra-home3.htm</string>
198 </array>
199 <key>StartPage</key>
200 <string>homepage</string>
201 </dict>
202 <key>InstallAddonsPermission</key>
203 <dict>
204 <key>Allow</key>
205 <array>
206 <string>https://example.org</string>
207 <string>https://example.edu</string>
208 </array>
209 <key>Default</key>
210 <false/>
211 </dict>
212 <key>NoDefaultBookmarks</key>
213 <true/>
214 <key>OfferToSaveLogins</key>
215 <false/>
216 <key>OverrideFirstRunPage</key>
217 <string>https://www.example.com</string>
218 <key>OverridePostUpdatePage</key>
219 <string></string>
220 <key>Permissions</key>
221 <dict>
222 <key>Camera</key>
223 <dict>
224 <key>Allow</key>
225 <array>
226 <string>https://example.org</string>
227 </array>
228 <key>Block</key>
229 <array>
230 <string>https://example.edu</string>
231 </array>
232 <key>BlockNewRequests</key>
233 <true/>
234 <key>Locked</key>
235 <true/>
236 </dict>
237 <key>Microphone</key>
238 <dict>
239 <key>Allow</key>
240 <array>
241 <string>https://example.org</string>
242 </array>
243 <key>Block</key>
244 <array>
245 <string>https://example.edu</string>
246 </array>
247 <key>BlockNewRequests</key>
248 <true/>
249 <key>Locked</key>
250 <true/>
251 </dict>
252 <key>Location</key>
253 <dict>
254 <key>Allow</key>
255 <array>
256 <string>https://example.org</string>
257 </array>
258 <key>Block</key>
259 <array>
260 <string>https://example.edu</string>
261 </array>
262 <key>BlockNewRequests</key>
263 <true/>
264 <key>Locked</key>
265 <true/>
266 </dict>
267 <key>Notifications</key>
268 <dict>
269 <key>Allow</key>
270 <array>
271 <string>https://example.org</string>
272 </array>
273 <key>Block</key>
274 <array>
275 <string>https://example.edu</string>
276 </array>
277 <key>BlockNewRequests</key>
278 <true/>
279 <key>Locked</key>
280 <true/>
281 </dict>
282 </dict>
283 <key>PopupBlocking</key>
284 <dict>
285 <key>Allow</key>
286 <array>
287 <string>https://www.example.org</string>
288 <string>https://www.example.edu</string>
289 </array>
290 <key>Default</key>
291 <true/>
292 <key>Locked</key>
293 <true/>
294 </dict>
295 <key>Proxy</key>
296 <dict>
297 <key>SocksVersion</key>
298 <string>4</string>
299 <key>Mode</key>
300 <string>manual</string>
301 <key>HTTPProxy</key>
302 <string>proxy.example.com:80</string>
303 <key>Locked</key>
304 <true/>
305 </dict>
306 <key>RequestedLocales</key>
307 <array>
308 <string>de</string>
309 <string>en-US</string>
310 </array>
311 <key>SanitizeOnShutdown</key>
312 <true/>
313 <key>SearchBar</key>
314 <string>separate</string>
315 <key>WebsiteFilter</key>
316 <dict>
317 <key>Block</key>
318 <array>
319 <string>&lt;all_urls&gt;</string>
320 </array>
321 <key>Exceptions</key>
322 <array>
323 <string>https://www.google.com/*</string>
324 <string>https://www.yahoo.com/*</string>
325 </array>
326 </dict>
327 <key>SecurityDevices</key>
328 <dict>
329 <key>NAME_OF_DEVICE</key>
330 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
331 </dict>
332 </dict>
333 </plist>

patrick-canterino.de