]> git.p6c8.net - policy-templates.git/blob - windows/firefox.admx
Modified firefox.admx file so each policy reflects the version of Firefox supported...
[policy-templates.git] / windows / firefox.admx
1 <?xml version="1.0" encoding="utf-8"?>
2 <policyDefinitions revision="1.1" 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 <definition name="SUPPORTED_FF60" displayName="$(string.SUPPORTED_FF60)"/>
12 <definition name="SUPPORTED_FF60ESR" displayName="$(string.SUPPORTED_FF60ESR)"/>
13 </definitions>
14 </supportedOn>
15 <categories>
16 <category displayName="$(string.firefox)" name="firefox">
17 <parentCategory ref="Mozilla:Cat_Mozilla"/>
18 </category>
19
20 <category displayName="$(string.Authentication_group)" name="Authentication">
21 <parentCategory ref="firefox"/>
22 </category>
23 <category displayName="$(string.Popups_group)" name="Popups">
24 <parentCategory ref="firefox"/>
25 </category>
26 <category displayName="$(string.Cookies_group)" name="Cookies">
27 <parentCategory ref="firefox"/>
28 </category>
29 <category displayName="$(string.Addons_group)" name="Addons">
30 <parentCategory ref="firefox"/>
31 </category>
32 <category displayName="$(string.Flash_group)" name="Flash">
33 <parentCategory ref="firefox"/>
34 </category>
35 <category displayName="$(string.Bookmarks_group)" name="Bookmarks">
36 <parentCategory ref="firefox"/>
37 </category>
38 <category displayName="$(string.Homepage_group)" name="Homepage">
39 <parentCategory ref="firefox"/>
40 </category>
41 <category displayName="$(string.Certificates_group)" name="Certificates">
42 <parentCategory ref="firefox"/>
43 </category>
44 <category displayName="$(string.Extensions_group)" name="Extensions">
45 <parentCategory ref="firefox"/>
46 </category>
47 <category displayName="$(string.Search_group)" name="Search">
48 <parentCategory ref="firefox"/>
49 </category>
50 </categories>
51 <policies>
52 <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)">
53 <parentCategory ref="Authentication"/>
54 <supportedOn ref="SUPPORTED_FF60ESR"/>
55 <elements>
56 <list id="Authentication" key="Software\Policies\Mozilla\Firefox\Authentication\SPNEGO" valuePrefix=""/>
57 </elements>
58 </policy>
59 <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)">
60 <parentCategory ref="Authentication"/>
61 <supportedOn ref="SUPPORTED_FF60ESR"/>
62 <elements>
63 <list id="Authentication" key="Software\Policies\Mozilla\Firefox\Authentication\Delegated" valuePrefix=""/>
64 </elements>
65 </policy>
66 <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)">
67 <parentCategory ref="Authentication"/>
68 <supportedOn ref="SUPPORTED_FF60ESR"/>
69 <elements>
70 <list id="Authentication" key="Software\Policies\Mozilla\Firefox\Authentication\NTLM" valuePrefix=""/>
71 </elements>
72 </policy>
73 <policy name="BlockAboutAddons" class="Both" displayName="$(string.BlockAboutAddons)" explainText="$(string.BlockAboutAddons_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutAddons">
74 <parentCategory ref="firefox"/>
75 <supportedOn ref="SUPPORTED_FF60"/>
76 <enabledValue>
77 <decimal value="1"/>
78 </enabledValue>
79 <disabledValue>
80 <decimal value="0"/>
81 </disabledValue>
82 </policy>
83 <policy name="BlockAboutConfig" class="Both" displayName="$(string.BlockAboutConfig)" explainText="$(string.BlockAboutConfig_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutConfig">
84 <parentCategory ref="firefox"/>
85 <supportedOn ref="SUPPORTED_FF60"/>
86 <enabledValue>
87 <decimal value="1"/>
88 </enabledValue>
89 <disabledValue>
90 <decimal value="0"/>
91 </disabledValue>
92 </policy>
93 <policy name="BlockAboutProfiles" class="Both" displayName="$(string.BlockAboutProfiles)" explainText="$(string.BlockAboutProfiles_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutProfiles">
94 <parentCategory ref="firefox"/>
95 <supportedOn ref="SUPPORTED_FF60"/>
96 <enabledValue>
97 <decimal value="1"/>
98 </enabledValue>
99 <disabledValue>
100 <decimal value="0"/>
101 </disabledValue>
102 </policy>
103 <policy name="BlockAboutSupport" class="Both" displayName="$(string.BlockAboutSupport)" explainText="$(string.BlockAboutSupport_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutSupport">
104 <parentCategory ref="firefox"/>
105 <supportedOn ref="SUPPORTED_FF60"/>
106 <enabledValue>
107 <decimal value="1"/>
108 </enabledValue>
109 <disabledValue>
110 <decimal value="0"/>
111 </disabledValue>
112 </policy>
113 <policy name="Certificates_ImportEnterpriseRoots" class="Both" displayName="$(string.Certificates_ImportEnterpriseRoots)" explainText="$(string.Certificates_ImportEnterpriseRoots_Explain)" key="Software\Policies\Mozilla\Firefox\Certificates" valueName="ImportEnterpriseRoots">
114 <parentCategory ref="Certificates"/>
115 <supportedOn ref="SUPPORTED_FF60"/>
116 <enabledValue>
117 <decimal value="1"/>
118 </enabledValue>
119 <disabledValue>
120 <decimal value="0"/>
121 </disabledValue>
122 </policy>
123 <policy name="Cookies_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.Cookies_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
124 <parentCategory ref="Cookies"/>
125 <supportedOn ref="SUPPORTED_FF60"/>
126 <elements>
127 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Cookies\Allow" valuePrefix=""/>
128 </elements>
129 </policy>
130 <policy name="Cookies_Block" class="Both" displayName="$(string.Block)" explainText="$(string.Cookies_Block_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
131 <parentCategory ref="Cookies"/>
132 <supportedOn ref="SUPPORTED_FF60"/>
133 <elements>
134 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Cookies\Block" valuePrefix=""/>
135 </elements>
136 </policy>
137 <policy name="Cookies_Default" class="Both" displayName="$(string.Cookies_Default)" explainText="$(string.Cookies_Default_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" valueName="Default">
138 <parentCategory ref="Cookies"/>
139 <supportedOn ref="SUPPORTED_FF60"/>
140 <enabledValue>
141 <decimal value="1"/>
142 </enabledValue>
143 <disabledValue>
144 <decimal value="0"/>
145 </disabledValue>
146 </policy>
147 <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)">
148 <parentCategory ref="Cookies"/>
149 <supportedOn ref="SUPPORTED_FF60"/>
150 <elements>
151 <enum id="Cookies_AcceptThirdParty" valueName="AcceptThirdParty">
152 <item displayName="$(string.Cookies_AcceptThirdParty_All)">
153 <value>
154 <string>always</string>
155 </value>
156 </item>
157 <item displayName="$(string.Cookies_AcceptThirdParty_None)">
158 <value>
159 <string>never</string>
160 </value>
161 </item>
162 <item displayName="$(string.Cookies_AcceptThirdParty_FromVisited)">
163 <value>
164 <string>from-visited</string>
165 </value>
166 </item>
167 </enum>
168 </elements>
169 </policy>
170 <policy name="Cookies_ExpireAtSessionEnd" class="Both" displayName="$(string.Cookies_ExpireAtSessionEnd)" explainText="$(string.Cookies_ExpireAtSessionEnd_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" valueName="ExpireAtSessionEnd">
171 <parentCategory ref="Cookies"/>
172 <supportedOn ref="SUPPORTED_FF60"/>
173 <enabledValue>
174 <decimal value="1"/>
175 </enabledValue>
176 <disabledValue>
177 <decimal value="0"/>
178 </disabledValue>
179 </policy>
180 <policy name="Cookies_Locked" class="Both" displayName="$(string.Cookies_Locked)" explainText="$(string.Cookies_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" valueName="Locked">
181 <parentCategory ref="Cookies"/>
182 <supportedOn ref="SUPPORTED_FF60"/>
183 <enabledValue>
184 <decimal value="1"/>
185 </enabledValue>
186 <disabledValue>
187 <decimal value="0"/>
188 </disabledValue>
189 </policy>
190 <policy name="DisableAppUpdate" class="Both" displayName="$(string.DisableAppUpdate)" explainText="$(string.DisableAppUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableAppUpdate">
191 <parentCategory ref="firefox"/>
192 <supportedOn ref="SUPPORTED_FF60ESR"/>
193 <enabledValue>
194 <decimal value="1"/>
195 </enabledValue>
196 <disabledValue>
197 <decimal value="0"/>
198 </disabledValue>
199 </policy>
200 <policy name="DisableBuiltinPDFViewer" class="Both" displayName="$(string.DisableBuiltinPDFViewer)" explainText="$(string.DisableBuiltinPDFViewer_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableBuiltinPDFViewer">
201 <parentCategory ref="firefox"/>
202 <supportedOn ref="SUPPORTED_FF60"/>
203 <enabledValue>
204 <decimal value="1"/>
205 </enabledValue>
206 <disabledValue>
207 <decimal value="0"/>
208 </disabledValue>
209 </policy>
210 <policy name="DisableDeveloperTools" class="Both" displayName="$(string.DisableDeveloperTools)" explainText="$(string.DisableDeveloperTools_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableDeveloperTools">
211 <parentCategory ref="firefox"/>
212 <supportedOn ref="SUPPORTED_FF60"/>
213 <enabledValue>
214 <decimal value="1"/>
215 </enabledValue>
216 <disabledValue>
217 <decimal value="0"/>
218 </disabledValue>
219 </policy>
220 <policy name="DisableFeedbackCommands" class="Both" displayName="$(string.DisableFeedbackCommands)" explainText="$(string.DisableFeedbackCommands_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFeedbackCommands">
221 <parentCategory ref="firefox"/>
222 <supportedOn ref="SUPPORTED_FF60"/>
223 <enabledValue>
224 <decimal value="1"/>
225 </enabledValue>
226 <disabledValue>
227 <decimal value="0"/>
228 </disabledValue>
229 </policy>
230 <policy name="DisableFirefoxAccounts" class="Both" displayName="$(string.DisableFirefoxAccounts)" explainText="$(string.DisableFirefoxAccounts_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFirefoxAccounts">
231 <parentCategory ref="firefox"/>
232 <supportedOn ref="SUPPORTED_FF60"/>
233 <enabledValue>
234 <decimal value="1"/>
235 </enabledValue>
236 <disabledValue>
237 <decimal value="0"/>
238 </disabledValue>
239 </policy>
240 <policy name="DisableFirefoxScreenshots" class="Both" displayName="$(string.DisableFirefoxScreenshots)" explainText="$(string.DisableFirefoxScreenshots_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFirefoxScreenshots">
241 <parentCategory ref="firefox"/>
242 <supportedOn ref="SUPPORTED_FF60"/>
243 <enabledValue>
244 <decimal value="1"/>
245 </enabledValue>
246 <disabledValue>
247 <decimal value="0"/>
248 </disabledValue>
249 </policy>
250 <policy name="DisableFirefoxStudies" class="Both" displayName="$(string.DisableFirefoxStudies)" explainText="$(string.DisableFirefoxStudies_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFirefoxStudies">
251 <parentCategory ref="firefox"/>
252 <supportedOn ref="SUPPORTED_FF60"/>
253 <enabledValue>
254 <decimal value="1"/>
255 </enabledValue>
256 <disabledValue>
257 <decimal value="0"/>
258 </disabledValue>
259 </policy>
260 <policy name="DisableForgetButton" class="Both" displayName="$(string.DisableForgetButton)" explainText="$(string.DisableForgetButton_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableForgetButton">
261 <parentCategory ref="firefox"/>
262 <supportedOn ref="SUPPORTED_FF60"/>
263 <enabledValue>
264 <decimal value="1"/>
265 </enabledValue>
266 <disabledValue>
267 <decimal value="0"/>
268 </disabledValue>
269 </policy>
270 <policy name="DisableFormHistory" class="Both" displayName="$(string.DisableFormHistory)" explainText="$(string.DisableFormHistory_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFormHistory">
271 <parentCategory ref="firefox"/>
272 <supportedOn ref="SUPPORTED_FF60"/>
273 <enabledValue>
274 <decimal value="1"/>
275 </enabledValue>
276 <disabledValue>
277 <decimal value="0"/>
278 </disabledValue>
279 </policy>
280 <policy name="DisableMasterPasswordCreation" class="Both" displayName="$(string.DisableMasterPasswordCreation)" explainText="$(string.DisableMasterPasswordCreation_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableMasterPasswordCreation">
281 <parentCategory ref="firefox"/>
282 <supportedOn ref="SUPPORTED_FF60"/>
283 <enabledValue>
284 <decimal value="1"/>
285 </enabledValue>
286 <disabledValue>
287 <decimal value="0"/>
288 </disabledValue>
289 </policy>
290 <policy name="DisablePocket" class="Both" displayName="$(string.DisablePocket)" explainText="$(string.DisablePocket_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePocket">
291 <parentCategory ref="firefox"/>
292 <supportedOn ref="SUPPORTED_FF60"/>
293 <enabledValue>
294 <decimal value="1"/>
295 </enabledValue>
296 <disabledValue>
297 <decimal value="0"/>
298 </disabledValue>
299 </policy>
300 <policy name="DisablePrivateBrowsing" class="Both" displayName="$(string.DisablePrivateBrowsing)" explainText="$(string.DisablePrivateBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePrivateBrowsing">
301 <parentCategory ref="firefox"/>
302 <supportedOn ref="SUPPORTED_FF60"/>
303 <enabledValue>
304 <decimal value="1"/>
305 </enabledValue>
306 <disabledValue>
307 <decimal value="0"/>
308 </disabledValue>
309 </policy>
310 <policy name="DisableProfileImport" class="Both" displayName="$(string.DisableProfileImport)" explainText="$(string.DisableProfileImport_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileImport">
311 <parentCategory ref="firefox"/>
312 <supportedOn ref="SUPPORTED_FF60"/>
313 <enabledValue>
314 <decimal value="1"/>
315 </enabledValue>
316 <disabledValue>
317 <decimal value="0"/>
318 </disabledValue>
319 </policy>
320 <policy name="DisableProfileRefresh" class="Both" displayName="$(string.DisableProfileRefresh)" explainText="$(string.DisableProfileRefresh_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileRefresh">
321 <parentCategory ref="firefox"/>
322 <supportedOn ref="SUPPORTED_FF60"/>
323 <enabledValue>
324 <decimal value="1"/>
325 </enabledValue>
326 <disabledValue>
327 <decimal value="0"/>
328 </disabledValue>
329 </policy>
330 <policy name="DisableSafeMode" class="Both" displayName="$(string.DisableSafeMode)" explainText="$(string.DisableSafeMode_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSafeMode">
331 <parentCategory ref="firefox"/>
332 <supportedOn ref="SUPPORTED_FF60"/>
333 <enabledValue>
334 <decimal value="1"/>
335 </enabledValue>
336 <disabledValue>
337 <decimal value="0"/>
338 </disabledValue>
339 </policy>
340 <policy name="DisableSetDesktopBackground" class="Both" displayName="$(string.DisableSetDesktopBackground)" explainText="$(string.DisableSetDesktopBackground_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSetDesktopBackground">
341 <parentCategory ref="firefox"/>
342 <supportedOn ref="SUPPORTED_FF60"/>
343 <enabledValue>
344 <decimal value="1"/>
345 </enabledValue>
346 <disabledValue>
347 <decimal value="0"/>
348 </disabledValue>
349 </policy>
350 <policy name="DisableSystemAddonUpdate" class="Both" displayName="$(string.DisableSystemAddonUpdate)" explainText="$(string.DisableSystemAddonUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSystemAddonUpdate">
351 <parentCategory ref="firefox"/>
352 <supportedOn ref="SUPPORTED_FF60ESR"/>
353 <enabledValue>
354 <decimal value="1"/>
355 </enabledValue>
356 <disabledValue>
357 <decimal value="0"/>
358 </disabledValue>
359 </policy>
360 <policy name="DisableTelemetry" class="Both" displayName="$(string.DisableTelemetry)" explainText="$(string.DisableTelemetry_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableTelemetry">
361 <parentCategory ref="firefox"/>
362 <supportedOn ref="SUPPORTED_FF60ESR"/>
363 <enabledValue>
364 <decimal value="1"/>
365 </enabledValue>
366 <disabledValue>
367 <decimal value="0"/>
368 </disabledValue>
369 </policy>
370 <policy name="DisplayBookmarksToolbar" class="Both" displayName="$(string.DisplayBookmarksToolbar)" explainText="$(string.DisplayBookmarksToolbar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayBookmarksToolbar">
371 <parentCategory ref="firefox"/>
372 <supportedOn ref="SUPPORTED_FF60"/>
373 <enabledValue>
374 <decimal value="1"/>
375 </enabledValue>
376 <disabledValue>
377 <decimal value="0"/>
378 </disabledValue>
379 </policy>
380 <policy name="DisplayMenuBar" class="Both" displayName="$(string.DisplayMenuBar)" explainText="$(string.DisplayMenuBar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayMenuBar">
381 <parentCategory ref="firefox"/>
382 <supportedOn ref="SUPPORTED_FF60"/>
383 <enabledValue>
384 <decimal value="1"/>
385 </enabledValue>
386 <disabledValue>
387 <decimal value="0"/>
388 </disabledValue>
389 </policy>
390 <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)">
391 <parentCategory ref="Extensions"/>
392 <supportedOn ref="SUPPORTED_FF60ESR"/>
393 <elements>
394 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Install" valuePrefix=""/>
395 </elements>
396 </policy>
397 <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)">
398 <parentCategory ref="Extensions"/>
399 <supportedOn ref="SUPPORTED_FF60ESR"/>
400 <elements>
401 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Uninstall" valuePrefix=""/>
402 </elements>
403 </policy>
404 <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)">
405 <parentCategory ref="Extensions"/>
406 <supportedOn ref="SUPPORTED_FF60ESR"/>
407 <elements>
408 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Locked" valuePrefix=""/>
409 </elements>
410 </policy>
411 <policy name="NoDefaultBookmarks" class="Both" displayName="$(string.NoDefaultBookmarks)" explainText="$(string.NoDefaultBookmarks_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NoDefaultBookmarks">
412 <parentCategory ref="firefox"/>
413 <supportedOn ref="SUPPORTED_FF60"/>
414 <enabledValue>
415 <decimal value="1"/>
416 </enabledValue>
417 <disabledValue>
418 <decimal value="0"/>
419 </disabledValue>
420 </policy>
421 <policy name="DontCheckDefaultBrowser" class="Both" displayName="$(string.DontCheckDefaultBrowser)" explainText="$(string.DontCheckDefaultBrowser_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DontCheckDefaultBrowser">
422 <parentCategory ref="firefox"/>
423 <supportedOn ref="SUPPORTED_FF60"/>
424 <enabledValue>
425 <decimal value="1"/>
426 </enabledValue>
427 <disabledValue>
428 <decimal value="0"/>
429 </disabledValue>
430 </policy>
431 <policy name="OfferToSaveLogins" class="Both" displayName="$(string.OfferToSaveLogins)" explainText="$(string.OfferToSaveLogins_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="OfferToSaveLogins">
432 <parentCategory ref="firefox"/>
433 <supportedOn ref="SUPPORTED_FF60"/>
434 <enabledValue>
435 <decimal value="1"/>
436 </enabledValue>
437 <disabledValue>
438 <decimal value="0"/>
439 </disabledValue>
440 </policy>
441 <policy name="PopupBlocking_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.PopupBlocking_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
442 <parentCategory ref="Popups"/>
443 <supportedOn ref="SUPPORTED_FF60"/>
444 <elements>
445 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\PopupBlocking\Allow" valuePrefix=""/>
446 </elements>
447 </policy>
448 <policy name="PopupBlocking_Default" class="Both" displayName="$(string.PopupBlocking_Default)" explainText="$(string.PopupBlocking_Default_Explain)" key="Software\Policies\Mozilla\Firefox\PopupBlocking" valueName="Default">
449 <parentCategory ref="Popups"/>
450 <supportedOn ref="SUPPORTED_FF60"/>
451 <enabledValue>
452 <decimal value="1"/>
453 </enabledValue>
454 <disabledValue>
455 <decimal value="0"/>
456 </disabledValue>
457 </policy>
458 <policy name="PopupBlocking_Locked" class="Both" displayName="$(string.PopupBlocking_Locked)" explainText="$(string.PopupBlocking_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\PopupBlocking" valueName="Locked">
459 <parentCategory ref="Popups"/>
460 <supportedOn ref="SUPPORTED_FF60"/>
461 <enabledValue>
462 <decimal value="1"/>
463 </enabledValue>
464 <disabledValue>
465 <decimal value="0"/>
466 </disabledValue>
467 </policy>
468 <policy name="InstallAddonsPermission_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.InstallAddonsPermission_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
469 <parentCategory ref="Addons"/>
470 <supportedOn ref="SUPPORTED_FF60"/>
471 <elements>
472 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow" valuePrefix=""/>
473 </elements>
474 </policy>
475 <policy name="InstallAddonsPermission_Default" class="Both" displayName="$(string.InstallAddonsPermission_Default)" explainText="$(string.InstallAddonsPermission_Default_Explain)" key="Software\Policies\Mozilla\Firefox\InstallAddonsPermission" valueName="Default">
476 <parentCategory ref="Addons"/>
477 <supportedOn ref="SUPPORTED_FF60"/>
478 <enabledValue>
479 <decimal value="1"/>
480 </enabledValue>
481 <disabledValue>
482 <decimal value="0"/>
483 </disabledValue>
484 </policy>
485 <policy name="FlashPlugin_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.FlashPlugin_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
486 <parentCategory ref="Flash"/>
487 <supportedOn ref="SUPPORTED_FF60"/>
488 <elements>
489 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Allow" valuePrefix=""/>
490 </elements>
491 </policy>
492 <policy name="FlashPlugin_Block" class="Both" displayName="$(string.Block)" explainText="$(string.FlashPlugin_Block_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
493 <parentCategory ref="Flash"/>
494 <supportedOn ref="SUPPORTED_FF60"/>
495 <elements>
496 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Block" valuePrefix=""/>
497 </elements>
498 </policy>
499 <policy name="FlashPlugin_Default" class="Both" displayName="$(string.FlashPlugin_Default)" explainText="$(string.FlashPlugin_Default_Explain)" key="Software\Policies\Mozilla\Firefox\FlashPlugin" valueName="Default">
500 <parentCategory ref="Flash"/>
501 <supportedOn ref="SUPPORTED_FF60"/>
502 <enabledValue>
503 <decimal value="1"/>
504 </enabledValue>
505 <disabledValue>
506 <decimal value="0"/>
507 </disabledValue>
508 </policy>
509 <policy name="FlashPlugin_Locked" class="Both" displayName="$(string.FlashPlugin_Locked)" explainText="$(string.FlashPlugin_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\FlashPlugin" valueName="Locked">
510 <parentCategory ref="Flash"/>
511 <supportedOn ref="SUPPORTED_FF60"/>
512 <enabledValue>
513 <decimal value="1"/>
514 </enabledValue>
515 <disabledValue>
516 <decimal value="0"/>
517 </disabledValue>
518 </policy>
519 <policy name="OverrideFirstRunPage" class="Both" displayName="$(string.OverrideFirstRunPage)" explainText="$(string.OverrideFirstRunPage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverridePage)" >
520 <parentCategory ref="firefox" />
521 <supportedOn ref="SUPPORTED_FF60ESR" />
522 <elements>
523 <text id="OverridePage" valueName="OverrideFirstRunPage"/>
524 </elements>
525 </policy>
526 <policy name="OverridePostUpdatePage" class="Both" displayName="$(string.OverridePostUpdatePage)" explainText="$(string.OverridePostUpdatePage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverridePage)" >
527 <parentCategory ref="firefox" />
528 <supportedOn ref="SUPPORTED_FF60ESR" />
529 <elements>
530 <text id="OverridePage" valueName="OverridePostUpdatePage"/>
531 </elements>
532 </policy>
533 <!-- Alphabetization is based on name, so had to add P -->
534 <policy name="P_DisableSecurityBypass_InvalidCertificate" class="Both" displayName="$(string.DisableSecurityBypass_InvalidCertificate)" explainText="$(string.DisableSecurityBypass_InvalidCertificate_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="InvalidCertificate">
535 <parentCategory ref="firefox"/>
536 <supportedOn ref="SUPPORTED_FF60"/>
537 <enabledValue>
538 <decimal value="1"/>
539 </enabledValue>
540 <disabledValue>
541 <decimal value="0"/>
542 </disabledValue>
543 </policy>
544 <!-- Alphabetization is based on name, so had to add P -->
545 <policy name="P_DisableSecurityBypass_SafeBrowsing" class="Both" displayName="$(string.DisableSecurityBypass_SafeBrowsing)" explainText="$(string.DisableSecurityBypass_SafeBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="SafeBrowsing">
546 <parentCategory ref="firefox"/>
547 <supportedOn ref="SUPPORTED_FF60"/>
548 <enabledValue>
549 <decimal value="1"/>
550 </enabledValue>
551 <disabledValue>
552 <decimal value="0"/>
553 </disabledValue>
554 </policy>
555 <!-- Alphabetization is based on name, so had to add C -->
556 <policy name="C_SanitizeOnShutdown" class="Both" displayName="$(string.SanitizeOnShutdown)" explainText="$(string.SanitizeOnShutdown_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="SanitizeOnShutdown">
557 <parentCategory ref="firefox"/>
558 <supportedOn ref="SUPPORTED_FF60"/>
559 <enabledValue>
560 <decimal value="1"/>
561 </enabledValue>
562 <disabledValue>
563 <decimal value="0"/>
564 </disabledValue>
565 </policy>
566 <policy name="HomepageURL" class="Both" displayName="$(string.HomepageURL)" explainText="$(string.HomepageURL_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageURL)" >
567 <parentCategory ref="Homepage" />
568 <supportedOn ref="SUPPORTED_FF60ESR" />
569 <elements >
570 <text id="HomepageURL" valueName="URL" required="true" />
571 <boolean id="HomepageLocked" key="Software\Policies\Mozilla\Firefox\Homepage" valueName="Locked">
572 <trueValue>
573 <decimal value="1"/>
574 </trueValue>
575 <falseValue>
576 <decimal value="0"/>
577 </falseValue>
578 </boolean>
579 </elements>
580 </policy>
581 <policy name="HomepageAdditional" class="Both" displayName="$(string.HomepageAdditional)" explainText="$(string.HomepageAdditional_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageAdditional)" >
582 <parentCategory ref="Homepage" />
583 <supportedOn ref="SUPPORTED_FF60ESR" />
584 <elements >
585 <list id="HomepageAdditional" key="Software\Policies\Mozilla\Firefox\Homepage\Additional" valuePrefix=""/>
586 </elements>
587 </policy>
588 <policy name="Bookmark1" class="Both" displayName="$(string.Bookmark1)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\1" presentation="$(presentation.Bookmark)" >
589 <parentCategory ref="Bookmarks" />
590 <supportedOn ref="SUPPORTED_FF60" />
591 <elements >
592 <text id="BookmarkTitle" valueName="Title" required="true" />
593 <text id="BookmarkURL" valueName="URL" required="true" />
594 <text id="BookmarkFolder" valueName="Folder" />
595 <text id="BookmarkFavicon" valueName="Favicon" />
596 <enum id="BookmarkPlacement" valueName="Placement">
597 <item displayName="$(string.BookmarkPlacementToolbar)">
598 <value>
599 <string>toolbar</string>
600 </value>
601 </item>
602 <item displayName="$(string.BookmarkPlacementMenu)">
603 <value>
604 <string>menu</string>
605 </value>
606 </item>
607 </enum>
608 </elements>
609 </policy>
610 <policy name="Bookmark2" class="Both" displayName="$(string.Bookmark2)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\2" presentation="$(presentation.Bookmark)" >
611 <parentCategory ref="Bookmarks" />
612 <supportedOn ref="SUPPORTED_FF60" />
613 <elements >
614 <text id="BookmarkTitle" valueName="Title" required="true" />
615 <text id="BookmarkURL" valueName="URL" required="true" />
616 <text id="BookmarkFolder" valueName="Folder" />
617 <text id="BookmarkFavicon" valueName="Favicon" />
618 <enum id="BookmarkPlacement" valueName="Placement">
619 <item displayName="$(string.BookmarkPlacementToolbar)">
620 <value>
621 <string>toolbar</string>
622 </value>
623 </item>
624 <item displayName="$(string.BookmarkPlacementMenu)">
625 <value>
626 <string>menu</string>
627 </value>
628 </item>
629 </enum>
630 </elements>
631 </policy>
632 <policy name="Bookmark3" class="Both" displayName="$(string.Bookmark3)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\3" presentation="$(presentation.Bookmark)" >
633 <parentCategory ref="Bookmarks" />
634 <supportedOn ref="SUPPORTED_FF60" />
635 <elements >
636 <text id="BookmarkTitle" valueName="Title" required="true" />
637 <text id="BookmarkURL" valueName="URL" required="true" />
638 <text id="BookmarkFolder" valueName="Folder" />
639 <text id="BookmarkFavicon" valueName="Favicon" />
640 <enum id="BookmarkPlacement" valueName="Placement">
641 <item displayName="$(string.BookmarkPlacementToolbar)">
642 <value>
643 <string>toolbar</string>
644 </value>
645 </item>
646 <item displayName="$(string.BookmarkPlacementMenu)">
647 <value>
648 <string>menu</string>
649 </value>
650 </item>
651 </enum>
652 </elements>
653 </policy>
654 <policy name="Bookmark4" class="Both" displayName="$(string.Bookmark4)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\4" presentation="$(presentation.Bookmark)" >
655 <parentCategory ref="Bookmarks" />
656 <supportedOn ref="SUPPORTED_FF60" />
657 <elements >
658 <text id="BookmarkTitle" valueName="Title" required="true" />
659 <text id="BookmarkURL" valueName="URL" required="true" />
660 <text id="BookmarkFolder" valueName="Folder" />
661 <text id="BookmarkFavicon" valueName="Favicon" />
662 <enum id="BookmarkPlacement" valueName="Placement">
663 <item displayName="$(string.BookmarkPlacementToolbar)">
664 <value>
665 <string>toolbar</string>
666 </value>
667 </item>
668 <item displayName="$(string.BookmarkPlacementMenu)">
669 <value>
670 <string>menu</string>
671 </value>
672 </item>
673 </enum>
674 </elements>
675 </policy>
676 <policy name="Bookmark5" class="Both" displayName="$(string.Bookmark5)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\5" presentation="$(presentation.Bookmark)" >
677 <parentCategory ref="Bookmarks" />
678 <supportedOn ref="SUPPORTED_FF60" />
679 <elements >
680 <text id="BookmarkTitle" valueName="Title" required="true" />
681 <text id="BookmarkURL" valueName="URL" required="true" />
682 <text id="BookmarkFolder" valueName="Folder" />
683 <text id="BookmarkFavicon" valueName="Favicon" />
684 <enum id="BookmarkPlacement" valueName="Placement">
685 <item displayName="$(string.BookmarkPlacementToolbar)">
686 <value>
687 <string>toolbar</string>
688 </value>
689 </item>
690 <item displayName="$(string.BookmarkPlacementMenu)">
691 <value>
692 <string>menu</string>
693 </value>
694 </item>
695 </enum>
696 </elements>
697 </policy>
698 <policy name="Proxy" class="Both" displayName="$(string.Proxy)" explainText="$(string.Proxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy)" >
699 <parentCategory ref="firefox" />
700 <supportedOn ref="SUPPORTED_FF60" />
701 <elements >
702 <boolean id="ProxyLocked" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked">
703 <trueValue>
704 <decimal value="1"/>
705 </trueValue>
706 <falseValue>
707 <decimal value="0"/>
708 </falseValue>
709 </boolean>
710 <enum id="ConnectionType" valueName="Mode">
711 <item displayName="$(string.NoProxy)">
712 <value>
713 <string>none</string>
714 </value>
715 </item>
716 <item displayName="$(string.SystemProxy)">
717 <value>
718 <string>system</string>
719 </value>
720 </item>
721 <item displayName="$(string.ManualProxy)">
722 <value>
723 <string>manual</string>
724 </value>
725 </item>
726 <item displayName="$(string.AutoDetectProxy)">
727 <value>
728 <string>autoDetect</string>
729 </value>
730 </item>
731 <item displayName="$(string.AutoConfigProxy)">
732 <value>
733 <string>autoConfig</string>
734 </value>
735 </item>
736 </enum>
737 <text id="HTTPProxy" valueName="HTTPProxy"/>
738 <boolean id="UseHTTPProxyForAllProtocols" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseHTTPProxyForAllProtocols">
739 <trueValue>
740 <decimal value="1"/>
741 </trueValue>
742 <falseValue>
743 <decimal value="0"/>
744 </falseValue>
745 </boolean>
746 <text id="SSLProxy" valueName="SSLProxy"/>
747 <text id="FTPProxy" valueName="FTPProxy"/>
748 <text id="SOCKSProxy" valueName="SOCKSProxy"/>
749 <enum id="SOCKSVersion" valueName="SOCKSVersion">
750 <item displayName="$(string.SOCKSVersion4)">
751 <value>
752 <decimal value="4"/>
753 </value>
754 </item>
755 <item displayName="$(string.SOCKSVersion5)">
756 <value>
757 <decimal value="5"/>
758 </value>
759 </item>
760 </enum>
761 <text id="AutoConfigURL" valueName="AutoConfigURL"/>
762 <text id="Passthrough" valueName="Passthrough"/>
763 <boolean id="AutoLogin" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="AutoLogin">
764 <trueValue>
765 <decimal value="1"/>
766 </trueValue>
767 <falseValue>
768 <decimal value="0"/>
769 </falseValue>
770 </boolean>
771 <boolean id="UseProxyForDNS" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseProxyForDNS">
772 <trueValue>
773 <decimal value="1"/>
774 </trueValue>
775 <falseValue>
776 <decimal value="0"/>
777 </falseValue>
778 </boolean>
779 </elements>
780 </policy>
781 <policy name="SearchBar" class="Both" displayName="$(string.SearchBar)" explainText="$(string.SearchBar_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SearchBar)">
782 <parentCategory ref="firefox"/>
783 <supportedOn ref="SUPPORTED_FF60ESR"/>
784 <elements>
785 <enum id="SearchBar" valueName="SearchBar">
786 <item displayName="$(string.SearchBar_Unified)">
787 <value>
788 <string>unified</string>
789 </value>
790 </item>
791 <item displayName="$(string.SearchBar_Separate)">
792 <value>
793 <string>separate</string>
794 </value>
795 </item>
796 </enum>
797 </elements>
798 </policy>
799 <policy name="TrackingProtection" class="Both" displayName="$(string.TrackingProtection)" explainText="$(string.TrackingProtection_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Value" presentation="$(presentation.TrackingProtection)">
800 <parentCategory ref="firefox"/>
801 <supportedOn ref="SUPPORTED_FF60"/>
802 <enabledValue>
803 <decimal value="1"/>
804 </enabledValue>
805 <disabledValue>
806 <decimal value="0"/>
807 </disabledValue>
808 <elements >
809 <boolean id="TrackingProtectionLocked" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Locked">
810 <trueValue>
811 <decimal value="1"/>
812 </trueValue>
813 <falseValue>
814 <decimal value="0"/>
815 </falseValue>
816 </boolean>
817 </elements>
818 </policy>
819 <!-- Alphabetization is based on name, so had to add B -->
820 <policy name="B_WebsiteFilter_Block" class="Both" displayName="$(string.WebsiteFilter_Block)" explainText="$(string.WebsiteFilter_Block_Explain)" key="Software\Policies\Mozilla\WebsiteFilter\Block" presentation="$(presentation.WebsiteFilter)">
821 <parentCategory ref="firefox"/>
822 <supportedOn ref="SUPPORTED_FF60ESR"/>
823 <elements>
824 <list id="WebsiteFilter" key="Software\Policies\Mozilla\Firefox\WebsiteFilter\Block" valuePrefix=""/>
825 </elements>
826 </policy>
827 <!-- Alphabetization is based on name, so had to add B -->
828 <policy name="B_WebsiteFilter_Exceptions" class="Both" displayName="$(string.WebsiteFilter_Exceptions)" explainText="$(string.WebsiteFilter_Exceptions_Explain)" key="Software\Policies\Mozilla\WebsiteFilter\Exceptions" presentation="$(presentation.WebsiteFilter)">
829 <parentCategory ref="firefox"/>
830 <supportedOn ref="SUPPORTED_FF60ESR"/>
831 <elements>
832 <list id="WebsiteFilter" key="Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions" valuePrefix=""/>
833 </elements>
834 </policy>
835 <policy name="SearchEngines_1" class="Both" displayName="$(string.SearchEngines_1)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\1" presentation="$(presentation.SearchEngine)" >
836 <parentCategory ref="Search" />
837 <supportedOn ref="SUPPORTED_FF60ESR" />
838 <elements >
839 <text id="SearchEngine_Name" valueName="Name" required="true" />
840 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
841 <enum id="SearchEngine_Method" valueName="Method">
842 <item displayName="$(string.SearchEngine_Method_GET)">
843 <value>
844 <string>GET</string>
845 </value>
846 </item>
847 <item displayName="$(string.SearchEngine_Method_POST)">
848 <value>
849 <string>POST</string>
850 </value>
851 </item>
852 </enum>
853 <text id="SearchEngine_IconURL" valueName="IconURL"/>
854 <text id="SearchEngine_Alias" valueName="Alias"/>
855 <text id="SearchEngine_Description" valueName="Description"/>
856 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
857 </elements>
858 </policy>
859 <policy name="SearchEngines_2" class="Both" displayName="$(string.SearchEngines_2)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\2" presentation="$(presentation.SearchEngine)" >
860 <parentCategory ref="Search" />
861 <supportedOn ref="SUPPORTED_FF60ESR" />
862 <elements >
863 <text id="SearchEngine_Name" valueName="Name" required="true" />
864 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
865 <enum id="SearchEngine_Method" valueName="Method">
866 <item displayName="$(string.SearchEngine_Method_GET)">
867 <value>
868 <string>GET</string>
869 </value>
870 </item>
871 <item displayName="$(string.SearchEngine_Method_POST)">
872 <value>
873 <string>POST</string>
874 </value>
875 </item>
876 </enum>
877 <text id="SearchEngine_IconURL" valueName="IconURL"/>
878 <text id="SearchEngine_Alias" valueName="Alias"/>
879 <text id="SearchEngine_Description" valueName="Description"/>
880 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
881 </elements>
882 </policy>
883 <policy name="SearchEngines_3" class="Both" displayName="$(string.SearchEngines_3)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\3" presentation="$(presentation.SearchEngine)" >
884 <parentCategory ref="Search" />
885 <supportedOn ref="SUPPORTED_FF60ESR" />
886 <elements >
887 <text id="SearchEngine_Name" valueName="Name" required="true" />
888 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
889 <enum id="SearchEngine_Method" valueName="Method">
890 <item displayName="$(string.SearchEngine_Method_GET)">
891 <value>
892 <string>GET</string>
893 </value>
894 </item>
895 <item displayName="$(string.SearchEngine_Method_POST)">
896 <value>
897 <string>POST</string>
898 </value>
899 </item>
900 </enum>
901 <text id="SearchEngine_IconURL" valueName="IconURL"/>
902 <text id="SearchEngine_Alias" valueName="Alias"/>
903 <text id="SearchEngine_Description" valueName="Description"/>
904 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
905 </elements>
906 </policy>
907 <policy name="SearchEngines_4" class="Both" displayName="$(string.SearchEngines_4)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\4" presentation="$(presentation.SearchEngine)" >
908 <parentCategory ref="Search" />
909 <supportedOn ref="SUPPORTED_FF60ESR" />
910 <elements >
911 <text id="SearchEngine_Name" valueName="Name" required="true" />
912 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
913 <enum id="SearchEngine_Method" valueName="Method">
914 <item displayName="$(string.SearchEngine_Method_GET)">
915 <value>
916 <string>GET</string>
917 </value>
918 </item>
919 <item displayName="$(string.SearchEngine_Method_POST)">
920 <value>
921 <string>POST</string>
922 </value>
923 </item>
924 </enum>
925 <text id="SearchEngine_IconURL" valueName="IconURL"/>
926 <text id="SearchEngine_Alias" valueName="Alias"/>
927 <text id="SearchEngine_Description" valueName="Description"/>
928 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
929 </elements>
930 </policy>
931 <policy name="SearchEngines_5" class="Both" displayName="$(string.SearchEngines_5)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\5" presentation="$(presentation.SearchEngine)" >
932 <parentCategory ref="Search" />
933 <supportedOn ref="SUPPORTED_FF60ESR" />
934 <elements >
935 <text id="SearchEngine_Name" valueName="Name" required="true" />
936 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
937 <enum id="SearchEngine_Method" valueName="Method">
938 <item displayName="$(string.SearchEngine_Method_GET)">
939 <value>
940 <string>GET</string>
941 </value>
942 </item>
943 <item displayName="$(string.SearchEngine_Method_POST)">
944 <value>
945 <string>POST</string>
946 </value>
947 </item>
948 </enum>
949 <text id="SearchEngine_IconURL" valueName="IconURL"/>
950 <text id="SearchEngine_Alias" valueName="Alias"/>
951 <text id="SearchEngine_Description" valueName="Description"/>
952 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
953 </elements>
954 </policy>
955 <policy name="SearchEngines_Default" class="Both" displayName="$(string.SearchEngines_Default)" explainText="$(string.SearchEngines_Default_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines" presentation="$(presentation.SearchEngines_Default)" >
956 <parentCategory ref="Search" />
957 <supportedOn ref="SUPPORTED_FF60ESR" />
958 <elements >
959 <text id="SearchEngines_Default" valueName="Default" required="true" />
960 </elements>
961 </policy>
962 <policy name="SearchEngines_PreventInstalls" class="Both" displayName="$(string.SearchEngines_PreventInstalls)" explainText="$(string.SearchEngines_PreventInstalls_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines" valueName="PreventInstalls">
963 <parentCategory ref="Search" />
964 <supportedOn ref="SUPPORTED_FF60ESR" />
965 <enabledValue>
966 <decimal value="1"/>
967 </enabledValue>
968 <disabledValue>
969 <decimal value="0"/>
970 </disabledValue>
971 </policy>
972 </policies>
973 </policyDefinitions>

patrick-canterino.de