]> git.p6c8.net - policy-templates.git/blob - windows/firefox.admx
OverridePostUpdatePage 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="firefox"/>
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 name="InstallAddons_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.InstallAddons_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
477 <parentCategory ref="firefox"/>
478 <supportedOn ref="SUPPORTED_WINXPSP2"/>
479 <elements>
480 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\InstallAddons\Allow" valuePrefix=""/>
481 </elements>
482 </policy>
483 <policy name="InstallAddons_Default" class="Both" displayName="$(string.InstallAddons_Default)" explainText="$(string.InstallAddons_Default_Explain)" key="Software\Policies\Mozilla\Firefox\InstallAddons" valueName="Default">
484 <parentCategory ref="firefox"/>
485 <supportedOn ref="SUPPORTED_WINXPSP2"/>
486 <enabledValue>
487 <decimal value="1"/>
488 </enabledValue>
489 <disabledValue>
490 <decimal value="0"/>
491 </disabledValue>
492 </policy>
493 <policy name="FlashPlugin_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.FlashPlugin_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
494 <parentCategory ref="Flash"/>
495 <supportedOn ref="SUPPORTED_WINXPSP2"/>
496 <elements>
497 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Allow" valuePrefix=""/>
498 </elements>
499 </policy>
500 <policy name="FlashPlugin_Block" class="Both" displayName="$(string.Block)" explainText="$(string.FlashPlugin_Block_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
501 <parentCategory ref="Flash"/>
502 <supportedOn ref="SUPPORTED_WINXPSP2"/>
503 <elements>
504 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Block" valuePrefix=""/>
505 </elements>
506 </policy>
507 <policy name="FlashPlugin_Default" class="Both" displayName="$(string.FlashPlugin_Default)" explainText="$(string.FlashPlugin_Default_Explain)" key="Software\Policies\Mozilla\Firefox\FlashPlugin" valueName="Default">
508 <parentCategory ref="Flash"/>
509 <supportedOn ref="SUPPORTED_WINXPSP2"/>
510 <enabledValue>
511 <decimal value="1"/>
512 </enabledValue>
513 <disabledValue>
514 <decimal value="0"/>
515 </disabledValue>
516 </policy>
517 <policy name="FlashPlugin_Locked" class="Both" displayName="$(string.FlashPlugin_Locked)" explainText="$(string.FlashPlugin_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\FlashPlugin" valueName="Locked">
518 <parentCategory ref="Flash"/>
519 <supportedOn ref="SUPPORTED_WINXPSP2"/>
520 <enabledValue>
521 <decimal value="1"/>
522 </enabledValue>
523 <disabledValue>
524 <decimal value="0"/>
525 </disabledValue>
526 </policy>
527 <policy name="OverrideFirstRunPage" class="Both" displayName="$(string.OverrideFirstRunPage)" explainText="$(string.OverrideFirstRunPage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverridePage)" >
528 <parentCategory ref="firefox" />
529 <supportedOn ref="SUPPORTED_WINXPSP2" />
530 <elements>
531 <text id="OverridePage" valueName="OverrideFirstRunPage"/>
532 </elements>
533 </policy>
534 <policy name="OverridePostUpdatePage" class="Both" displayName="$(string.OverridePostUpdatePage)" explainText="$(string.OverridePostUpdatePage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverridePage)" >
535 <parentCategory ref="firefox" />
536 <supportedOn ref="SUPPORTED_WINXPSP2" />
537 <elements>
538 <text id="OverridePage" valueName="OverridePostUpdatePage"/>
539 </elements>
540 </policy>
541 <policy class="Both" displayName="$(string.HomepageURL)" name="HomepageURL" explainText="$(string.HomepageURL_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageURL)" >
542 <parentCategory ref="Homepage" />
543 <supportedOn ref="SUPPORTED_WINXPSP2" />
544 <elements >
545 <text id="HomepageURL" valueName="URL" required="true" />
546 <boolean id="HomepageLocked" key="Software\Policies\Mozilla\Firefox\Homepage" valueName="Locked">
547 <trueValue>
548 <decimal value="1"/>
549 </trueValue>
550 <falseValue>
551 <decimal value="0"/>
552 </falseValue>
553 </boolean>
554 </elements>
555 </policy>
556 <policy class="Both" displayName="$(string.HomepageAdditional)" name="HomepageAdditional" explainText="$(string.HomepageAdditional_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageAdditional)" >
557 <parentCategory ref="Homepage" />
558 <supportedOn ref="SUPPORTED_WINXPSP2" />
559 <elements >
560 <list id="HomepageAdditional" key="Software\Policies\Mozilla\Firefox\Homepage\Additional" valuePrefix=""/>
561 </elements>
562 </policy>
563 <policy class="Both" displayName="$(string.Bookmark1)" name="Bookmark1" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\1" 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.Bookmark2)" name="Bookmark2" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\2" 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.Bookmark3)" name="Bookmark3" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\3" 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.Bookmark4)" name="Bookmark4" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\4" presentation="$(presentation.Bookmark)" >
630 <parentCategory ref="Bookmarks" />
631 <supportedOn ref="SUPPORTED_WINXPSP2" />
632 <elements >
633 <text id="BookmarkTitle" valueName="Title" required="true" />
634 <text id="BookmarkURL" valueName="URL" required="true" />
635 <text id="BookmarkFolder" valueName="Folder" />
636 <text id="BookmarkFavicon" valueName="Favicon" />
637 <enum id="BookmarkPlacement" valueName="Placement">
638 <item displayName="$(string.BookmarkPlacementToolbar)">
639 <value>
640 <string>toolbar</string>
641 </value>
642 </item>
643 <item displayName="$(string.BookmarkPlacementMenu)">
644 <value>
645 <string>menu</string>
646 </value>
647 </item>
648 </enum>
649 </elements>
650 </policy>
651 <policy class="Both" displayName="$(string.Bookmark5)" name="Bookmark5" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\5" presentation="$(presentation.Bookmark)" >
652 <parentCategory ref="Bookmarks" />
653 <supportedOn ref="SUPPORTED_WINXPSP2" />
654 <elements >
655 <text id="BookmarkTitle" valueName="Title" required="true" />
656 <text id="BookmarkURL" valueName="URL" required="true" />
657 <text id="BookmarkFolder" valueName="Folder" />
658 <text id="BookmarkFavicon" valueName="Favicon" />
659 <enum id="BookmarkPlacement" valueName="Placement">
660 <item displayName="$(string.BookmarkPlacementToolbar)">
661 <value>
662 <string>toolbar</string>
663 </value>
664 </item>
665 <item displayName="$(string.BookmarkPlacementMenu)">
666 <value>
667 <string>menu</string>
668 </value>
669 </item>
670 </enum>
671 </elements>
672 </policy>
673 <policy class="Both" displayName="$(string.Proxy)" name="Proxy" explainText="$(string.Proxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy)" >
674 <parentCategory ref="firefox" />
675 <supportedOn ref="SUPPORTED_WINXPSP2" />
676 <elements >
677 <boolean id="ProxyLocked" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked">
678 <trueValue>
679 <decimal value="1"/>
680 </trueValue>
681 <falseValue>
682 <decimal value="0"/>
683 </falseValue>
684 </boolean>
685 <enum id="ConnectionType" valueName="Mode">
686 <item displayName="$(string.NoProxy)">
687 <value>
688 <string>none</string>
689 </value>
690 </item>
691 <item displayName="$(string.SystemProxy)">
692 <value>
693 <string>system</string>
694 </value>
695 </item>
696 <item displayName="$(string.ManualProxy)">
697 <value>
698 <string>manual</string>
699 </value>
700 </item>
701 <item displayName="$(string.AutoDetectProxy)">
702 <value>
703 <string>autoDetect</string>
704 </value>
705 </item>
706 <item displayName="$(string.AutoConfigProxy)">
707 <value>
708 <string>autoConfig</string>
709 </value>
710 </item>
711 </enum>
712 <text id="HTTPProxy" valueName="HTTPProxy"/>
713 <boolean id="UseHTTPProxyForAllProtocols" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseHTTPProxyForAllProtocols">
714 <trueValue>
715 <decimal value="1"/>
716 </trueValue>
717 <falseValue>
718 <decimal value="0"/>
719 </falseValue>
720 </boolean>
721 <text id="SSLProxy" valueName="SSLProxy"/>
722 <text id="FTPProxy" valueName="FTPProxy"/>
723 <text id="SOCKSProxy" valueName="SOCKSProxy"/>
724 <enum id="SOCKSVersion" valueName="SOCKSVersion">
725 <item displayName="$(string.SOCKSVersion4)">
726 <value>
727 <decimal value="4"/>
728 </value>
729 </item>
730 <item displayName="$(string.SOCKSVersion5)">
731 <value>
732 <decimal value="5"/>
733 </value>
734 </item>
735 </enum>
736 <text id="AutoConfigURL" valueName="AutoConfigURL"/>
737 <text id="Passthrough" valueName="Passthrough"/>
738 <boolean id="AutoLogin" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="AutoLogin">
739 <trueValue>
740 <decimal value="1"/>
741 </trueValue>
742 <falseValue>
743 <decimal value="0"/>
744 </falseValue>
745 </boolean>
746 <boolean id="UseProxyForDNS" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseProxyForDNS">
747 <trueValue>
748 <decimal value="1"/>
749 </trueValue>
750 <falseValue>
751 <decimal value="0"/>
752 </falseValue>
753 </boolean>
754 </elements>
755 </policy>
756 </policies>
757 </policyDefinitions>

patrick-canterino.de