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

patrick-canterino.de