]> git.p6c8.net - policy-templates.git/blob - windows/firefox.admx
Merge pull request #47 from mozilla/Extensions_Policy
[policy-templates.git] / windows / firefox.admx
1 <?xml version="1.0" encoding="utf-8"?>
2 <policyDefinitions revision="1.0" schemaVersion="1.0">
3 <policyNamespaces>
4 <target prefix="firefox" namespace="Mozilla.Policies.Firefox"/>
5 <using prefix="Mozilla" namespace="Mozilla.Policies"/>
6 </policyNamespaces>
7 <resources minRequiredRevision="1.0"/>
8 <supportedOn>
9 <definitions>
10 <definition name="SUPPORTED_WINXPSP2" displayName="$(string.SUPPORTED_WINXPSP2)"/>
11 </definitions>
12 </supportedOn>
13 <categories>
14 <category displayName="$(string.firefox)" name="firefox">
15 <parentCategory ref="Mozilla:Cat_Mozilla"/>
16 </category>
17
18 <category displayName="$(string.Permissions_group)" name="Permissions">
19 <parentCategory ref="firefox"/>
20 </category>
21 <category displayName="$(string.Popups_group)" name="Popups">
22 <parentCategory ref="Permissions"/>
23 </category>
24 <category displayName="$(string.Cookies_group)" name="Cookies">
25 <parentCategory ref="firefox"/>
26 </category>
27 <category displayName="$(string.Addons_group)" name="Addons">
28 <parentCategory ref="Permissions"/>
29 </category>
30 <category displayName="$(string.Flash_group)" name="Flash">
31 <parentCategory ref="Permissions"/>
32 </category>
33 <category displayName="$(string.Bookmarks_group)" name="Bookmarks">
34 <parentCategory ref="firefox"/>
35 </category>
36 <category displayName="$(string.Homepage_group)" name="Homepage">
37 <parentCategory ref="firefox"/>
38 </category>
39 <category displayName="$(string.Authentication_group)" name="Authentication">
40 <parentCategory ref="firefox"/>
41 </category>
42 <category displayName="$(string.Certificates_group)" name="Certificates">
43 <parentCategory ref="firefox"/>
44 </category>
45 <category displayName="$(string.Extensions_group)" name="Extensions">
46 <parentCategory ref="firefox"/>
47 </category>
48 </categories>
49 <policies>
50 <policy name="Authentication_SPNEGO" class="Both" displayName="$(string.Authentication_SPNEGO)" key="Software\Policies\Mozilla\Firefox\Authentication\SPNEGO" explainText="$(string.Authentication_SPNEGO_Explain)" presentation="$(presentation.Authentication)">
51 <parentCategory ref="Authentication"/>
52 <supportedOn ref="SUPPORTED_WINXPSP2"/>
53 <elements>
54 <list id="Authentication" key="Software\Policies\Mozilla\Firefox\Authentication\SPNEGO" valuePrefix=""/>
55 </elements>
56 </policy>
57 <policy name="Authentication_Delegated" class="Both" displayName="$(string.Authentication_Delegated)" key="Software\Policies\Mozilla\Firefox\Authentication\Delegated" explainText="$(string.Authentication_Delegated_Explain)" presentation="$(presentation.Authentication)">
58 <parentCategory ref="Authentication"/>
59 <supportedOn ref="SUPPORTED_WINXPSP2"/>
60 <elements>
61 <list id="Authentication" key="Software\Policies\Mozilla\Firefox\Authentication\Delegated" valuePrefix=""/>
62 </elements>
63 </policy>
64 <policy name="Authentication_NTLM" class="Both" displayName="$(string.Authentication_NTLM)" key="Software\Policies\Mozilla\Firefox\Authentication\NTLM" explainText="$(string.Authentication_NTLM_Explain)" presentation="$(presentation.Authentication)">
65 <parentCategory ref="Authentication"/>
66 <supportedOn ref="SUPPORTED_WINXPSP2"/>
67 <elements>
68 <list id="Authentication" key="Software\Policies\Mozilla\Firefox\Authentication\NTLM" valuePrefix=""/>
69 </elements>
70 </policy>
71 <policy name="BlockAboutAddons" class="Both" displayName="$(string.BlockAboutAddons)" explainText="$(string.BlockAboutAddons_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutAddons">
72 <parentCategory ref="firefox"/>
73 <supportedOn ref="SUPPORTED_WINXPSP2"/>
74 <enabledValue>
75 <decimal value="1"/>
76 </enabledValue>
77 <disabledValue>
78 <decimal value="0"/>
79 </disabledValue>
80 </policy>
81 <policy name="BlockAboutConfig" class="Both" displayName="$(string.BlockAboutConfig)" explainText="$(string.BlockAboutConfig_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutConfig">
82 <parentCategory ref="firefox"/>
83 <supportedOn ref="SUPPORTED_WINXPSP2"/>
84 <enabledValue>
85 <decimal value="1"/>
86 </enabledValue>
87 <disabledValue>
88 <decimal value="0"/>
89 </disabledValue>
90 </policy>
91 <policy name="BlockAboutProfiles" class="Both" displayName="$(string.BlockAboutProfiles)" explainText="$(string.BlockAboutProfiles_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutProfiles">
92 <parentCategory ref="firefox"/>
93 <supportedOn ref="SUPPORTED_WINXPSP2"/>
94 <enabledValue>
95 <decimal value="1"/>
96 </enabledValue>
97 <disabledValue>
98 <decimal value="0"/>
99 </disabledValue>
100 </policy>
101 <policy name="BlockAboutSupport" class="Both" displayName="$(string.BlockAboutSupport)" explainText="$(string.BlockAboutSupport_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutSupport">
102 <parentCategory ref="firefox"/>
103 <supportedOn ref="SUPPORTED_WINXPSP2"/>
104 <enabledValue>
105 <decimal value="1"/>
106 </enabledValue>
107 <disabledValue>
108 <decimal value="0"/>
109 </disabledValue>
110 </policy>
111 <policy name="BlockSetDesktopBackground" class="Both" displayName="$(string.BlockSetDesktopBackground)" explainText="$(string.BlockSetDesktopBackground_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockSetDesktopBackground">
112 <parentCategory ref="firefox"/>
113 <supportedOn ref="SUPPORTED_WINXPSP2"/>
114 <enabledValue>
115 <decimal value="1"/>
116 </enabledValue>
117 <disabledValue>
118 <decimal value="0"/>
119 </disabledValue>
120 </policy>
121 <policy name="Certificates_ImportEnterpriseRoots" class="Both" displayName="$(string.Certificates_ImportEnterpriseRoots)" explainText="$(string.Certificates_ImportEnterpriseRoots_Explain)" key="Software\Policies\Mozilla\Firefox\Certificates" valueName="ImportEnterpriseRoots">
122 <parentCategory ref="Certificates"/>
123 <supportedOn ref="SUPPORTED_WINXPSP2"/>
124 <enabledValue>
125 <decimal value="1"/>
126 </enabledValue>
127 <disabledValue>
128 <decimal value="0"/>
129 </disabledValue>
130 </policy>
131 <policy name="Cookies_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.Cookies_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
132 <parentCategory ref="Cookies"/>
133 <supportedOn ref="SUPPORTED_WINXPSP2"/>
134 <elements>
135 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Cookies\Allow" valuePrefix=""/>
136 </elements>
137 </policy>
138 <policy name="Cookies_Block" class="Both" displayName="$(string.Block)" explainText="$(string.Cookies_Block_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
139 <parentCategory ref="Cookies"/>
140 <supportedOn ref="SUPPORTED_WINXPSP2"/>
141 <elements>
142 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Cookies\Block" valuePrefix=""/>
143 </elements>
144 </policy>
145 <policy name="Cookies_Default" class="Both" displayName="$(string.Cookies_Default)" explainText="$(string.Cookies_Default_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" valueName="Default">
146 <parentCategory ref="Cookies"/>
147 <supportedOn ref="SUPPORTED_WINXPSP2"/>
148 <enabledValue>
149 <decimal value="1"/>
150 </enabledValue>
151 <disabledValue>
152 <decimal value="0"/>
153 </disabledValue>
154 </policy>
155 <policy name="Cookies_AcceptThirdParty" class="Both" displayName="$(string.Cookies_AcceptThirdParty)" explainText="$(string.Cookies_AcceptThirdParty_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" presentation="$(presentation.Cookies_AcceptThirdParty)">
156 <parentCategory ref="Cookies"/>
157 <supportedOn ref="SUPPORTED_WINXPSP2"/>
158 <elements>
159 <enum id="Cookies_AcceptThirdParty" valueName="Cookies_AcceptThirdParty">
160 <item displayName="$(string.Cookies_AcceptThirdParty_All)">
161 <value>
162 <string>all</string>
163 </value>
164 </item>
165 <item displayName="$(string.Cookies_AcceptThirdParty_None)">
166 <value>
167 <string>none</string>
168 </value>
169 </item>
170 <item displayName="$(string.Cookies_AcceptThirdParty_FromVisited)">
171 <value>
172 <string>from-visited</string>
173 </value>
174 </item>
175 </enum>
176 </elements>
177 </policy>
178 <policy name="Cookies_ExpireAtSessionEnd" class="Both" displayName="$(string.Cookies_ExpireAtSessionEnd)" explainText="$(string.Cookies_ExpireAtSessionEnd_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" valueName="ExpireAtSessionEnd">
179 <parentCategory ref="Cookies"/>
180 <supportedOn ref="SUPPORTED_WINXPSP2"/>
181 <enabledValue>
182 <decimal value="1"/>
183 </enabledValue>
184 <disabledValue>
185 <decimal value="0"/>
186 </disabledValue>
187 </policy>
188 <policy name="Cookies_Locked" class="Both" displayName="$(string.Cookies_Locked)" explainText="$(string.Cookies_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" valueName="Locked">
189 <parentCategory ref="Cookies"/>
190 <supportedOn ref="SUPPORTED_WINXPSP2"/>
191 <enabledValue>
192 <decimal value="1"/>
193 </enabledValue>
194 <disabledValue>
195 <decimal value="0"/>
196 </disabledValue>
197 </policy>
198 <policy name="CreateMasterPassword" class="Both" displayName="$(string.CreateMasterPassword)" explainText="$(string.CreateMasterPassword_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="CreateMasterPassword">
199 <parentCategory ref="firefox"/>
200 <supportedOn ref="SUPPORTED_WINXPSP2"/>
201 <enabledValue>
202 <decimal value="1"/>
203 </enabledValue>
204 <disabledValue>
205 <decimal value="0"/>
206 </disabledValue>
207 </policy>
208 <policy name="DisableAppUpdate" class="Both" displayName="$(string.DisableAppUpdate)" explainText="$(string.DisableAppUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableAppUpdate">
209 <parentCategory ref="firefox"/>
210 <supportedOn ref="SUPPORTED_WINXPSP2"/>
211 <enabledValue>
212 <decimal value="1"/>
213 </enabledValue>
214 <disabledValue>
215 <decimal value="0"/>
216 </disabledValue>
217 </policy>
218 <policy name="DisableBuiltinPDFViewer" class="Both" displayName="$(string.DisableBuiltinPDFViewer)" explainText="$(string.DisableBuiltinPDFViewer_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableBuiltinPDFViewer">
219 <parentCategory ref="firefox"/>
220 <supportedOn ref="SUPPORTED_WINXPSP2"/>
221 <enabledValue>
222 <decimal value="1"/>
223 </enabledValue>
224 <disabledValue>
225 <decimal value="0"/>
226 </disabledValue>
227 </policy>
228 <policy name="DisableDeveloperTools" class="Both" displayName="$(string.DisableDeveloperTools)" explainText="$(string.DisableDeveloperTools_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableDeveloperTools">
229 <parentCategory ref="firefox"/>
230 <supportedOn ref="SUPPORTED_WINXPSP2"/>
231 <enabledValue>
232 <decimal value="1"/>
233 </enabledValue>
234 <disabledValue>
235 <decimal value="0"/>
236 </disabledValue>
237 </policy>
238 <policy name="DisableFeedbackCommands" class="Both" displayName="$(string.DisableFeedbackCommands)" explainText="$(string.DisableFeedbackCommands_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFeedbackCommands">
239 <parentCategory ref="firefox"/>
240 <supportedOn ref="SUPPORTED_WINXPSP2"/>
241 <enabledValue>
242 <decimal value="1"/>
243 </enabledValue>
244 <disabledValue>
245 <decimal value="0"/>
246 </disabledValue>
247 </policy>
248 <policy name="DisableFirefoxAccounts" class="Both" displayName="$(string.DisableFirefoxAccounts)" explainText="$(string.DisableFirefoxScreenshots_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFirefoxAccounts">
249 <parentCategory ref="firefox"/>
250 <supportedOn ref="SUPPORTED_WINXPSP2"/>
251 <enabledValue>
252 <decimal value="1"/>
253 </enabledValue>
254 <disabledValue>
255 <decimal value="0"/>
256 </disabledValue>
257 </policy>
258 <policy name="DisableFirefoxScreenshots" class="Both" displayName="$(string.DisableFirefoxScreenshots)" explainText="$(string.DisableFirefoxScreenshots_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFirefoxScreenshots">
259 <parentCategory ref="firefox"/>
260 <supportedOn ref="SUPPORTED_WINXPSP2"/>
261 <enabledValue>
262 <decimal value="1"/>
263 </enabledValue>
264 <disabledValue>
265 <decimal value="0"/>
266 </disabledValue>
267 </policy>
268 <policy name="DisableFirefoxStudies" class="Both" displayName="$(string.DisableFirefoxStudies)" explainText="$(string.DisableFirefoxStudies_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFirefoxStudies">
269 <parentCategory ref="firefox"/>
270 <supportedOn ref="SUPPORTED_WINXPSP2"/>
271 <enabledValue>
272 <decimal value="1"/>
273 </enabledValue>
274 <disabledValue>
275 <decimal value="0"/>
276 </disabledValue>
277 </policy>
278 <policy name="DisableForgetButton" class="Both" displayName="$(string.DisableForgetButton)" explainText="$(string.DisableForgetButton_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableForgetButton">
279 <parentCategory ref="firefox"/>
280 <supportedOn ref="SUPPORTED_WINXPSP2"/>
281 <enabledValue>
282 <decimal value="1"/>
283 </enabledValue>
284 <disabledValue>
285 <decimal value="0"/>
286 </disabledValue>
287 </policy>
288 <policy name="DisableFormHistory" class="Both" displayName="$(string.DisableFormHistory)" explainText="$(string.DisableFormHistory_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFormHistory">
289 <parentCategory ref="firefox"/>
290 <supportedOn ref="SUPPORTED_WINXPSP2"/>
291 <enabledValue>
292 <decimal value="1"/>
293 </enabledValue>
294 <disabledValue>
295 <decimal value="0"/>
296 </disabledValue>
297 </policy>
298 <policy name="DisablePocket" class="Both" displayName="$(string.DisablePocket)" explainText="$(string.DisablePocket_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePocket">
299 <parentCategory ref="firefox"/>
300 <supportedOn ref="SUPPORTED_WINXPSP2"/>
301 <enabledValue>
302 <decimal value="1"/>
303 </enabledValue>
304 <disabledValue>
305 <decimal value="0"/>
306 </disabledValue>
307 </policy>
308 <policy name="DisablePrivateBrowsing" class="Both" displayName="$(string.DisablePrivateBrowsing)" explainText="$(string.DisablePrivateBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePrivateBrowsing">
309 <parentCategory ref="firefox"/>
310 <supportedOn ref="SUPPORTED_WINXPSP2"/>
311 <enabledValue>
312 <decimal value="1"/>
313 </enabledValue>
314 <disabledValue>
315 <decimal value="0"/>
316 </disabledValue>
317 </policy>
318 <policy name="DisableProfileRefresh" class="Both" displayName="$(string.DisableProfileRefresh)" explainText="$(string.DisableProfileRefresh_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileRefresh">
319 <parentCategory ref="firefox"/>
320 <supportedOn ref="SUPPORTED_WINXPSP2"/>
321 <enabledValue>
322 <decimal value="1"/>
323 </enabledValue>
324 <disabledValue>
325 <decimal value="0"/>
326 </disabledValue>
327 </policy>
328 <policy name="DisableSafeMode" class="Both" displayName="$(string.DisableSafeMode)" explainText="$(string.DisableSafeMode_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSafeMode">
329 <parentCategory ref="firefox"/>
330 <supportedOn ref="SUPPORTED_WINXPSP2"/>
331 <enabledValue>
332 <decimal value="1"/>
333 </enabledValue>
334 <disabledValue>
335 <decimal value="0"/>
336 </disabledValue>
337 </policy>
338 <policy name="DisableSecurityBypass_InvalidCertificate" class="Both" displayName="$(string.DisableSecurityBypass_InvalidCertificate)" explainText="$(string.DisableSecurityBypass_InvalidCertificate_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="InvalidCertificate">
339 <parentCategory ref="firefox"/>
340 <supportedOn ref="SUPPORTED_WINXPSP2"/>
341 <enabledValue>
342 <decimal value="1"/>
343 </enabledValue>
344 <disabledValue>
345 <decimal value="0"/>
346 </disabledValue>
347 </policy>
348 <policy name="DisableSecurityBypass_SafeBrowsing" class="Both" displayName="$(string.DisableSecurityBypass_SafeBrowsing)" explainText="$(string.DisableSecurityBypass_SafeBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="SafeBrowsing">
349 <parentCategory ref="firefox"/>
350 <supportedOn ref="SUPPORTED_WINXPSP2"/>
351 <enabledValue>
352 <decimal value="1"/>
353 </enabledValue>
354 <disabledValue>
355 <decimal value="0"/>
356 </disabledValue>
357 </policy>
358 <policy name="DisableSysAddonUpdate" class="Both" displayName="$(string.DisableSysAddonUpdate)" explainText="$(string.DisableSysAddonUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSysAddonUpdate">
359 <parentCategory ref="firefox"/>
360 <supportedOn ref="SUPPORTED_WINXPSP2"/>
361 <enabledValue>
362 <decimal value="1"/>
363 </enabledValue>
364 <disabledValue>
365 <decimal value="0"/>
366 </disabledValue>
367 </policy>
368 <policy name="DisableTelemetry" class="Both" displayName="$(string.DisableTelemetry)" explainText="$(string.DisableTelemetry_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableTelemetry">
369 <parentCategory ref="firefox"/>
370 <supportedOn ref="SUPPORTED_WINXPSP2"/>
371 <enabledValue>
372 <decimal value="1"/>
373 </enabledValue>
374 <disabledValue>
375 <decimal value="0"/>
376 </disabledValue>
377 </policy>
378 <policy name="DisplayBookmarksToolbar" class="Both" displayName="$(string.DisplayBookmarksToolbar)" explainText="$(string.DisplayBookmarksToolbar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayBookmarksToolbar">
379 <parentCategory ref="firefox"/>
380 <supportedOn ref="SUPPORTED_WINXPSP2"/>
381 <enabledValue>
382 <decimal value="1"/>
383 </enabledValue>
384 <disabledValue>
385 <decimal value="0"/>
386 </disabledValue>
387 </policy>
388 <policy name="DisplayMenuBar" class="Both" displayName="$(string.DisplayMenuBar)" explainText="$(string.DisplayMenuBar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayMenuBar">
389 <parentCategory ref="firefox"/>
390 <supportedOn ref="SUPPORTED_WINXPSP2"/>
391 <enabledValue>
392 <decimal value="1"/>
393 </enabledValue>
394 <disabledValue>
395 <decimal value="0"/>
396 </disabledValue>
397 </policy>
398 <policy name="Extensions_Install" class="Both" displayName="$(string.Extensions_Install)" key="Software\Policies\Mozilla\Firefox\Extensions\Install" explainText="$(string.Extensions_Install_Explain)" presentation="$(presentation.Extensions)">
399 <parentCategory ref="Extensions"/>
400 <supportedOn ref="SUPPORTED_WINXPSP2"/>
401 <elements>
402 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Install" valuePrefix=""/>
403 </elements>
404 </policy>
405 <policy name="Extensions_Uninstall" class="Both" displayName="$(string.Extensions_Uninstall)" key="Software\Policies\Mozilla\Firefox\Extensions\Uninstall" explainText="$(string.Extensions_Uninstall_Explain)" presentation="$(presentation.Extensions)">
406 <parentCategory ref="Extensions"/>
407 <supportedOn ref="SUPPORTED_WINXPSP2"/>
408 <elements>
409 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Uninstall" valuePrefix=""/>
410 </elements>
411 </policy>
412 <policy name="Extensions_Locked" class="Both" displayName="$(string.Extensions_Locked)" key="Software\Policies\Mozilla\Firefox\Extensions\Locked" explainText="$(string.Extensions_Locked_Explain)" presentation="$(presentation.Extensions)">
413 <parentCategory ref="Extensions"/>
414 <supportedOn ref="SUPPORTED_WINXPSP2"/>
415 <elements>
416 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Locked" valuePrefix=""/>
417 </elements>
418 </policy>
419 <policy name="NoDefaultBookmarks" class="Both" displayName="$(string.NoDefaultBookmarks)" explainText="$(string.NoDefaultBookmarks_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NoDefaultBookmarks">
420 <parentCategory ref="firefox"/>
421 <supportedOn ref="SUPPORTED_WINXPSP2"/>
422 <enabledValue>
423 <decimal value="1"/>
424 </enabledValue>
425 <disabledValue>
426 <decimal value="0"/>
427 </disabledValue>
428 </policy>
429 <policy name="DontCheckDefaultBrowser" class="Both" displayName="$(string.DontCheckDefaultBrowser)" explainText="$(string.DontCheckDefaultBrowser_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DontCheckDefaultBrowser">
430 <parentCategory ref="firefox"/>
431 <supportedOn ref="SUPPORTED_WINXPSP2"/>
432 <enabledValue>
433 <decimal value="1"/>
434 </enabledValue>
435 <disabledValue>
436 <decimal value="0"/>
437 </disabledValue>
438 </policy>
439 <policy name="TrackingProtection" class="Both" displayName="$(string.TrackingProtection)" explainText="$(string.TrackingProtection_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Value" presentation="$(presentation.TrackingProtection)">
440 <parentCategory ref="firefox"/>
441 <supportedOn ref="SUPPORTED_WINXPSP2"/>
442 <enabledValue>
443 <decimal value="1"/>
444 </enabledValue>
445 <disabledValue>
446 <decimal value="0"/>
447 </disabledValue>
448 <elements >
449 <boolean id="TrackingProtectionLocked" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Locked">
450 <trueValue>
451 <decimal value="1"/>
452 </trueValue>
453 <falseValue>
454 <decimal value="0"/>
455 </falseValue>
456 </boolean>
457 </elements>
458 </policy>
459 <policy name="RememberPasswords" class="Both" displayName="$(string.RememberPasswords)" explainText="$(string.RememberPasswords_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="RememberPasswords">
460 <parentCategory ref="firefox"/>
461 <supportedOn ref="SUPPORTED_WINXPSP2"/>
462 <enabledValue>
463 <decimal value="1"/>
464 </enabledValue>
465 <disabledValue>
466 <decimal value="0"/>
467 </disabledValue>
468 </policy>
469 <policy class="Both" displayName="$(string.Allow)" explainText="$(string.PopupsAllow_Explain)" key="Software\Policies\Mozilla\Firefox" name="PopupsAllow" presentation="$(presentation.PopupsAllow)">
470 <parentCategory ref="Popups"/>
471 <supportedOn ref="SUPPORTED_WINXPSP2"/>
472 <elements>
473 <list id="PopupsAllowDesc" key="Software\Policies\Mozilla\Firefox\Popups\Allow" valuePrefix=""/>
474 </elements>
475 </policy>
476 <policy class="Both" displayName="$(string.Allow)" explainText="$(string.AddonsAllow_Explain)" key="Software\Policies\Mozilla\Firefox" name="AddonsAllow" presentation="$(presentation.AddonsAllow)">
477 <parentCategory ref="Addons"/>
478 <supportedOn ref="SUPPORTED_WINXPSP2"/>
479 <elements>
480 <list id="AddonsAllowDesc" key="Software\Policies\Mozilla\Firefox\InstallAddons\Allow" valuePrefix=""/>
481 </elements>
482 </policy>
483 <policy class="Both" displayName="$(string.Allow)" explainText="$(string.FlashAllow_Explain)" key="Software\Policies\Mozilla\Firefox" name="FlashAllow" presentation="$(presentation.FlashAllow)">
484 <parentCategory ref="Flash"/>
485 <supportedOn ref="SUPPORTED_WINXPSP2"/>
486 <elements>
487 <list id="FlashAllowDesc" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Allow" valuePrefix=""/>
488 </elements>
489 </policy>
490 <policy class="Both" displayName="$(string.Block)" explainText="$(string.FlashBlock_Explain)" key="Software\Policies\Mozilla\Firefox" name="FlashBlock" presentation="$(presentation.FlashBlock)">
491 <parentCategory ref="Flash"/>
492 <supportedOn ref="SUPPORTED_WINXPSP2"/>
493 <elements>
494 <list id="FlashBlockDesc" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Block" valuePrefix=""/>
495 </elements>
496 </policy>
497 <policy class="Both" displayName="$(string.HomepageURL)" name="HomepageURL" explainText="$(string.HomepageURL_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageURL)" >
498 <parentCategory ref="Homepage" />
499 <supportedOn ref="SUPPORTED_WINXPSP2" />
500 <elements >
501 <text id="HomepageURL" valueName="URL" required="true" />
502 <boolean id="HomepageLocked" key="Software\Policies\Mozilla\Firefox\Homepage" valueName="Locked">
503 <trueValue>
504 <decimal value="1"/>
505 </trueValue>
506 <falseValue>
507 <decimal value="0"/>
508 </falseValue>
509 </boolean>
510 </elements>
511 </policy>
512 <policy class="Both" displayName="$(string.HomepageAdditional)" name="HomepageAdditional" explainText="$(string.HomepageAdditional_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageAdditional)" >
513 <parentCategory ref="Homepage" />
514 <supportedOn ref="SUPPORTED_WINXPSP2" />
515 <elements >
516 <list id="HomepageAdditional" key="Software\Policies\Mozilla\Firefox\Homepage\Additional" valuePrefix=""/>
517 </elements>
518 </policy>
519 <policy class="Both" displayName="$(string.Bookmark1)" name="Bookmark1" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\1" presentation="$(presentation.Bookmark)" >
520 <parentCategory ref="Bookmarks" />
521 <supportedOn ref="SUPPORTED_WINXPSP2" />
522 <elements >
523 <text id="BookmarkTitle" valueName="Title" required="true" />
524 <text id="BookmarkURL" valueName="URL" required="true" />
525 <text id="BookmarkFolder" valueName="Folder" />
526 <text id="BookmarkFavicon" valueName="Favicon" />
527 <enum id="BookmarkPlacement" valueName="Placement">
528 <item displayName="$(string.BookmarkPlacementToolbar)">
529 <value>
530 <string>toolbar</string>
531 </value>
532 </item>
533 <item displayName="$(string.BookmarkPlacementMenu)">
534 <value>
535 <string>menu</string>
536 </value>
537 </item>
538 </enum>
539 </elements>
540 </policy>
541 <policy class="Both" displayName="$(string.Bookmark2)" name="Bookmark2" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\2" presentation="$(presentation.Bookmark)" >
542 <parentCategory ref="Bookmarks" />
543 <supportedOn ref="SUPPORTED_WINXPSP2" />
544 <elements >
545 <text id="BookmarkTitle" valueName="Title" required="true" />
546 <text id="BookmarkURL" valueName="URL" required="true" />
547 <text id="BookmarkFolder" valueName="Folder" />
548 <text id="BookmarkFavicon" valueName="Favicon" />
549 <enum id="BookmarkPlacement" valueName="Placement">
550 <item displayName="$(string.BookmarkPlacementToolbar)">
551 <value>
552 <string>toolbar</string>
553 </value>
554 </item>
555 <item displayName="$(string.BookmarkPlacementMenu)">
556 <value>
557 <string>menu</string>
558 </value>
559 </item>
560 </enum>
561 </elements>
562 </policy>
563 <policy class="Both" displayName="$(string.Bookmark3)" name="Bookmark3" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\3" presentation="$(presentation.Bookmark)" >
564 <parentCategory ref="Bookmarks" />
565 <supportedOn ref="SUPPORTED_WINXPSP2" />
566 <elements >
567 <text id="BookmarkTitle" valueName="Title" required="true" />
568 <text id="BookmarkURL" valueName="URL" required="true" />
569 <text id="BookmarkFolder" valueName="Folder" />
570 <text id="BookmarkFavicon" valueName="Favicon" />
571 <enum id="BookmarkPlacement" valueName="Placement">
572 <item displayName="$(string.BookmarkPlacementToolbar)">
573 <value>
574 <string>toolbar</string>
575 </value>
576 </item>
577 <item displayName="$(string.BookmarkPlacementMenu)">
578 <value>
579 <string>menu</string>
580 </value>
581 </item>
582 </enum>
583 </elements>
584 </policy>
585 <policy class="Both" displayName="$(string.Bookmark4)" name="Bookmark4" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\4" presentation="$(presentation.Bookmark)" >
586 <parentCategory ref="Bookmarks" />
587 <supportedOn ref="SUPPORTED_WINXPSP2" />
588 <elements >
589 <text id="BookmarkTitle" valueName="Title" required="true" />
590 <text id="BookmarkURL" valueName="URL" required="true" />
591 <text id="BookmarkFolder" valueName="Folder" />
592 <text id="BookmarkFavicon" valueName="Favicon" />
593 <enum id="BookmarkPlacement" valueName="Placement">
594 <item displayName="$(string.BookmarkPlacementToolbar)">
595 <value>
596 <string>toolbar</string>
597 </value>
598 </item>
599 <item displayName="$(string.BookmarkPlacementMenu)">
600 <value>
601 <string>menu</string>
602 </value>
603 </item>
604 </enum>
605 </elements>
606 </policy>
607 <policy class="Both" displayName="$(string.Bookmark5)" name="Bookmark5" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\5" presentation="$(presentation.Bookmark)" >
608 <parentCategory ref="Bookmarks" />
609 <supportedOn ref="SUPPORTED_WINXPSP2" />
610 <elements >
611 <text id="BookmarkTitle" valueName="Title" required="true" />
612 <text id="BookmarkURL" valueName="URL" required="true" />
613 <text id="BookmarkFolder" valueName="Folder" />
614 <text id="BookmarkFavicon" valueName="Favicon" />
615 <enum id="BookmarkPlacement" valueName="Placement">
616 <item displayName="$(string.BookmarkPlacementToolbar)">
617 <value>
618 <string>toolbar</string>
619 </value>
620 </item>
621 <item displayName="$(string.BookmarkPlacementMenu)">
622 <value>
623 <string>menu</string>
624 </value>
625 </item>
626 </enum>
627 </elements>
628 </policy>
629 <policy class="Both" displayName="$(string.Proxy)" name="Proxy" explainText="$(string.Proxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy)" >
630 <parentCategory ref="firefox" />
631 <supportedOn ref="SUPPORTED_WINXPSP2" />
632 <elements >
633 <boolean id="ProxyLocked" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked">
634 <trueValue>
635 <decimal value="1"/>
636 </trueValue>
637 <falseValue>
638 <decimal value="0"/>
639 </falseValue>
640 </boolean>
641 <enum id="ConnectionType" valueName="Mode">
642 <item displayName="$(string.NoProxy)">
643 <value>
644 <string>none</string>
645 </value>
646 </item>
647 <item displayName="$(string.SystemProxy)">
648 <value>
649 <string>system</string>
650 </value>
651 </item>
652 <item displayName="$(string.ManualProxy)">
653 <value>
654 <string>manual</string>
655 </value>
656 </item>
657 <item displayName="$(string.AutoDetectProxy)">
658 <value>
659 <string>autoDetect</string>
660 </value>
661 </item>
662 <item displayName="$(string.AutoConfigProxy)">
663 <value>
664 <string>autoConfig</string>
665 </value>
666 </item>
667 </enum>
668 <text id="HTTPProxy" valueName="HTTPProxy"/>
669 <boolean id="UseHTTPProxyForAllProtocols" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseHTTPProxyForAllProtocols">
670 <trueValue>
671 <decimal value="1"/>
672 </trueValue>
673 <falseValue>
674 <decimal value="0"/>
675 </falseValue>
676 </boolean>
677 <text id="SSLProxy" valueName="SSLProxy"/>
678 <text id="FTPProxy" valueName="FTPProxy"/>
679 <text id="SOCKSProxy" valueName="SOCKSProxy"/>
680 <enum id="SOCKSVersion" valueName="SOCKSVersion">
681 <item displayName="$(string.SOCKSVersion4)">
682 <value>
683 <decimal value="4"/>
684 </value>
685 </item>
686 <item displayName="$(string.SOCKSVersion5)">
687 <value>
688 <decimal value="5"/>
689 </value>
690 </item>
691 </enum>
692 <text id="AutoConfigURL" valueName="AutoConfigURL"/>
693 <text id="Passthrough" valueName="Passthrough"/>
694 <boolean id="AutoLogin" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="AutoLogin">
695 <trueValue>
696 <decimal value="1"/>
697 </trueValue>
698 <falseValue>
699 <decimal value="0"/>
700 </falseValue>
701 </boolean>
702 <boolean id="UseProxyForDNS" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseProxyForDNS">
703 <trueValue>
704 <decimal value="1"/>
705 </trueValue>
706 <falseValue>
707 <decimal value="0"/>
708 </falseValue>
709 </boolean>
710 </elements>
711 </policy>
712 </policies>
713 </policyDefinitions>

patrick-canterino.de