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

patrick-canterino.de