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

patrick-canterino.de