]> git.p6c8.net - policy-templates.git/blob - windows/firefox.admx
Merge pull request #223 from mozilla/1463895_Machine_Policies
[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="DisableMasterPasswordCreation" class="Both" displayName="$(string.DisableMasterPasswordCreation)" explainText="$(string.DisableMasterPasswordCreation_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableMasterPasswordCreation">
303 <parentCategory ref="firefox"/>
304 <supportedOn ref="SUPPORTED_FF60"/>
305 <enabledValue>
306 <decimal value="1"/>
307 </enabledValue>
308 <disabledValue>
309 <decimal value="0"/>
310 </disabledValue>
311 </policy>
312 <policy name="DisablePocket" class="Both" displayName="$(string.DisablePocket)" explainText="$(string.DisablePocket_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePocket">
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="DisablePrivateBrowsing" class="Both" displayName="$(string.DisablePrivateBrowsing)" explainText="$(string.DisablePrivateBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePrivateBrowsing">
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="DisableProfileImport" class="Both" displayName="$(string.DisableProfileImport)" explainText="$(string.DisableProfileImport_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileImport">
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="DisableProfileRefresh" class="Both" displayName="$(string.DisableProfileRefresh)" explainText="$(string.DisableProfileRefresh_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileRefresh">
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="DisableSafeMode" class="Both" displayName="$(string.DisableSafeMode)" explainText="$(string.DisableSafeMode_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSafeMode">
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="DisableSetDesktopBackground" class="Both" displayName="$(string.DisableSetDesktopBackground)" explainText="$(string.DisableSetDesktopBackground_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSetDesktopBackground">
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="DisableSystemAddonUpdate" class="Both" displayName="$(string.DisableSystemAddonUpdate)" explainText="$(string.DisableSystemAddonUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSystemAddonUpdate">
373 <parentCategory ref="firefox"/>
374 <supportedOn ref="SUPPORTED_FF60ESR"/>
375 <enabledValue>
376 <decimal value="1"/>
377 </enabledValue>
378 <disabledValue>
379 <decimal value="0"/>
380 </disabledValue>
381 </policy>
382 <policy name="DisableTelemetry" class="Both" displayName="$(string.DisableTelemetry)" explainText="$(string.DisableTelemetry_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableTelemetry">
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="DisplayBookmarksToolbar" class="Both" displayName="$(string.DisplayBookmarksToolbar)" explainText="$(string.DisplayBookmarksToolbar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayBookmarksToolbar">
393 <parentCategory ref="firefox"/>
394 <supportedOn ref="SUPPORTED_FF60"/>
395 <enabledValue>
396 <decimal value="1"/>
397 </enabledValue>
398 <disabledValue>
399 <decimal value="0"/>
400 </disabledValue>
401 </policy>
402 <policy name="DisplayMenuBar" class="Both" displayName="$(string.DisplayMenuBar)" explainText="$(string.DisplayMenuBar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayMenuBar">
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="Extensions_Install" class="Both" displayName="$(string.Extensions_Install)" key="Software\Policies\Mozilla\Firefox\Extensions\Install" explainText="$(string.Extensions_Install_Explain)" presentation="$(presentation.Extensions)">
413 <parentCategory ref="Extensions"/>
414 <supportedOn ref="SUPPORTED_FF60ESR"/>
415 <elements>
416 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Install" valuePrefix=""/>
417 </elements>
418 </policy>
419 <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)">
420 <parentCategory ref="Extensions"/>
421 <supportedOn ref="SUPPORTED_FF60ESR"/>
422 <elements>
423 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Uninstall" valuePrefix=""/>
424 </elements>
425 </policy>
426 <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)">
427 <parentCategory ref="Extensions"/>
428 <supportedOn ref="SUPPORTED_FF60ESR"/>
429 <elements>
430 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Locked" valuePrefix=""/>
431 </elements>
432 </policy>
433 <policy name="NoDefaultBookmarks" class="Both" displayName="$(string.NoDefaultBookmarks)" explainText="$(string.NoDefaultBookmarks_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NoDefaultBookmarks">
434 <parentCategory ref="firefox"/>
435 <supportedOn ref="SUPPORTED_FF60"/>
436 <enabledValue>
437 <decimal value="1"/>
438 </enabledValue>
439 <disabledValue>
440 <decimal value="0"/>
441 </disabledValue>
442 </policy>
443 <policy name="DontCheckDefaultBrowser" class="Both" displayName="$(string.DontCheckDefaultBrowser)" explainText="$(string.DontCheckDefaultBrowser_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DontCheckDefaultBrowser">
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="OfferToSaveLogins" class="Both" displayName="$(string.OfferToSaveLogins)" explainText="$(string.OfferToSaveLogins_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="OfferToSaveLogins">
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="PopupBlocking_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.PopupBlocking_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
464 <parentCategory ref="Popups"/>
465 <supportedOn ref="SUPPORTED_FF60"/>
466 <elements>
467 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\PopupBlocking\Allow" valuePrefix=""/>
468 </elements>
469 </policy>
470 <policy name="PopupBlocking_Default" class="Both" displayName="$(string.PopupBlocking_Default)" explainText="$(string.PopupBlocking_Default_Explain)" key="Software\Policies\Mozilla\Firefox\PopupBlocking" valueName="Default">
471 <parentCategory ref="Popups"/>
472 <supportedOn ref="SUPPORTED_FF60"/>
473 <enabledValue>
474 <decimal value="1"/>
475 </enabledValue>
476 <disabledValue>
477 <decimal value="0"/>
478 </disabledValue>
479 </policy>
480 <policy name="PopupBlocking_Locked" class="Both" displayName="$(string.PopupBlocking_Locked)" explainText="$(string.PopupBlocking_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\PopupBlocking" valueName="Locked">
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="InstallAddonsPermission_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.InstallAddonsPermission_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
491 <parentCategory ref="Addons"/>
492 <supportedOn ref="SUPPORTED_FF60"/>
493 <elements>
494 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow" valuePrefix=""/>
495 </elements>
496 </policy>
497 <policy name="InstallAddonsPermission_Default" class="Both" displayName="$(string.InstallAddonsPermission_Default)" explainText="$(string.InstallAddonsPermission_Default_Explain)" key="Software\Policies\Mozilla\Firefox\InstallAddonsPermission" valueName="Default">
498 <parentCategory ref="Addons"/>
499 <supportedOn ref="SUPPORTED_FF60"/>
500 <enabledValue>
501 <decimal value="1"/>
502 </enabledValue>
503 <disabledValue>
504 <decimal value="0"/>
505 </disabledValue>
506 </policy>
507 <policy name="FlashPlugin_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.FlashPlugin_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
508 <parentCategory ref="Flash"/>
509 <supportedOn ref="SUPPORTED_FF60"/>
510 <elements>
511 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Allow" valuePrefix=""/>
512 </elements>
513 </policy>
514 <policy name="FlashPlugin_Block" class="Both" displayName="$(string.Block)" explainText="$(string.FlashPlugin_Block_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
515 <parentCategory ref="Flash"/>
516 <supportedOn ref="SUPPORTED_FF60"/>
517 <elements>
518 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Block" valuePrefix=""/>
519 </elements>
520 </policy>
521 <policy name="FlashPlugin_Default" class="Both" displayName="$(string.FlashPlugin_Default)" explainText="$(string.FlashPlugin_Default_Explain)" key="Software\Policies\Mozilla\Firefox\FlashPlugin" valueName="Default">
522 <parentCategory ref="Flash"/>
523 <supportedOn ref="SUPPORTED_FF60"/>
524 <enabledValue>
525 <decimal value="1"/>
526 </enabledValue>
527 <disabledValue>
528 <decimal value="0"/>
529 </disabledValue>
530 </policy>
531 <policy name="FlashPlugin_Locked" class="Both" displayName="$(string.FlashPlugin_Locked)" explainText="$(string.FlashPlugin_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\FlashPlugin" valueName="Locked">
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="OverrideFirstRunPage" class="Both" displayName="$(string.OverrideFirstRunPage)" explainText="$(string.OverrideFirstRunPage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverridePage)" >
542 <parentCategory ref="firefox" />
543 <supportedOn ref="SUPPORTED_FF60ESR" />
544 <elements>
545 <text id="OverridePage" valueName="OverrideFirstRunPage"/>
546 </elements>
547 </policy>
548 <policy name="OverridePostUpdatePage" class="Both" displayName="$(string.OverridePostUpdatePage)" explainText="$(string.OverridePostUpdatePage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverridePage)" >
549 <parentCategory ref="firefox" />
550 <supportedOn ref="SUPPORTED_FF60ESR" />
551 <elements>
552 <text id="OverridePage" valueName="OverridePostUpdatePage"/>
553 </elements>
554 </policy>
555 <!-- Alphabetization is based on name, so had to add P -->
556 <policy name="P_DisableSecurityBypass_InvalidCertificate" class="Both" displayName="$(string.DisableSecurityBypass_InvalidCertificate)" explainText="$(string.DisableSecurityBypass_InvalidCertificate_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="InvalidCertificate">
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 <!-- Alphabetization is based on name, so had to add P -->
567 <policy name="P_DisableSecurityBypass_SafeBrowsing" class="Both" displayName="$(string.DisableSecurityBypass_SafeBrowsing)" explainText="$(string.DisableSecurityBypass_SafeBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="SafeBrowsing">
568 <parentCategory ref="firefox"/>
569 <supportedOn ref="SUPPORTED_FF60"/>
570 <enabledValue>
571 <decimal value="1"/>
572 </enabledValue>
573 <disabledValue>
574 <decimal value="0"/>
575 </disabledValue>
576 </policy>
577 <!-- Alphabetization is based on name, so had to add C -->
578 <policy name="C_SanitizeOnShutdown" class="Both" displayName="$(string.SanitizeOnShutdown)" explainText="$(string.SanitizeOnShutdown_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="SanitizeOnShutdown">
579 <parentCategory ref="firefox"/>
580 <supportedOn ref="SUPPORTED_FF60"/>
581 <enabledValue>
582 <decimal value="1"/>
583 </enabledValue>
584 <disabledValue>
585 <decimal value="0"/>
586 </disabledValue>
587 </policy>
588 <policy name="HomepageURL" class="Both" displayName="$(string.HomepageURL)" explainText="$(string.HomepageURL_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageURL)" >
589 <parentCategory ref="Homepage" />
590 <supportedOn ref="SUPPORTED_FF60ESR" />
591 <elements >
592 <text id="HomepageURL" valueName="URL" required="true" />
593 <boolean id="HomepageLocked" key="Software\Policies\Mozilla\Firefox\Homepage" valueName="Locked">
594 <trueValue>
595 <decimal value="1"/>
596 </trueValue>
597 <falseValue>
598 <decimal value="0"/>
599 </falseValue>
600 </boolean>
601 </elements>
602 </policy>
603 <policy name="HomepageAdditional" class="Both" displayName="$(string.HomepageAdditional)" explainText="$(string.HomepageAdditional_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageAdditional)" >
604 <parentCategory ref="Homepage" />
605 <supportedOn ref="SUPPORTED_FF60ESR" />
606 <elements >
607 <list id="HomepageAdditional" key="Software\Policies\Mozilla\Firefox\Homepage\Additional" valuePrefix=""/>
608 </elements>
609 </policy>
610 <policy name="Bookmark1" class="Both" displayName="$(string.Bookmark1)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\1" 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="Bookmark2" class="Both" displayName="$(string.Bookmark2)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\2" 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="Bookmark3" class="Both" displayName="$(string.Bookmark3)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\3" 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="Bookmark4" class="Both" displayName="$(string.Bookmark4)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\4" 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="Bookmark5" class="Both" displayName="$(string.Bookmark5)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\5" presentation="$(presentation.Bookmark)" >
699 <parentCategory ref="Bookmarks" />
700 <supportedOn ref="SUPPORTED_FF60" />
701 <elements >
702 <text id="BookmarkTitle" valueName="Title" required="true" />
703 <text id="BookmarkURL" valueName="URL" required="true" />
704 <text id="BookmarkFolder" valueName="Folder" />
705 <text id="BookmarkFavicon" valueName="Favicon" />
706 <enum id="BookmarkPlacement" valueName="Placement">
707 <item displayName="$(string.BookmarkPlacementToolbar)">
708 <value>
709 <string>toolbar</string>
710 </value>
711 </item>
712 <item displayName="$(string.BookmarkPlacementMenu)">
713 <value>
714 <string>menu</string>
715 </value>
716 </item>
717 </enum>
718 </elements>
719 </policy>
720 <policy name="Proxy" class="Both" displayName="$(string.Proxy)" explainText="$(string.Proxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy)" >
721 <parentCategory ref="firefox" />
722 <supportedOn ref="SUPPORTED_FF60" />
723 <elements >
724 <boolean id="ProxyLocked" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked">
725 <trueValue>
726 <decimal value="1"/>
727 </trueValue>
728 <falseValue>
729 <decimal value="0"/>
730 </falseValue>
731 </boolean>
732 <enum id="ConnectionType" valueName="Mode">
733 <item displayName="$(string.NoProxy)">
734 <value>
735 <string>none</string>
736 </value>
737 </item>
738 <item displayName="$(string.SystemProxy)">
739 <value>
740 <string>system</string>
741 </value>
742 </item>
743 <item displayName="$(string.ManualProxy)">
744 <value>
745 <string>manual</string>
746 </value>
747 </item>
748 <item displayName="$(string.AutoDetectProxy)">
749 <value>
750 <string>autoDetect</string>
751 </value>
752 </item>
753 <item displayName="$(string.AutoConfigProxy)">
754 <value>
755 <string>autoConfig</string>
756 </value>
757 </item>
758 </enum>
759 <text id="HTTPProxy" valueName="HTTPProxy"/>
760 <boolean id="UseHTTPProxyForAllProtocols" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseHTTPProxyForAllProtocols">
761 <trueValue>
762 <decimal value="1"/>
763 </trueValue>
764 <falseValue>
765 <decimal value="0"/>
766 </falseValue>
767 </boolean>
768 <text id="SSLProxy" valueName="SSLProxy"/>
769 <text id="FTPProxy" valueName="FTPProxy"/>
770 <text id="SOCKSProxy" valueName="SOCKSProxy"/>
771 <enum id="SOCKSVersion" valueName="SOCKSVersion">
772 <item displayName="$(string.SOCKSVersion4)">
773 <value>
774 <decimal value="4"/>
775 </value>
776 </item>
777 <item displayName="$(string.SOCKSVersion5)">
778 <value>
779 <decimal value="5"/>
780 </value>
781 </item>
782 </enum>
783 <text id="AutoConfigURL" valueName="AutoConfigURL"/>
784 <text id="Passthrough" valueName="Passthrough"/>
785 <boolean id="AutoLogin" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="AutoLogin">
786 <trueValue>
787 <decimal value="1"/>
788 </trueValue>
789 <falseValue>
790 <decimal value="0"/>
791 </falseValue>
792 </boolean>
793 <boolean id="UseProxyForDNS" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseProxyForDNS">
794 <trueValue>
795 <decimal value="1"/>
796 </trueValue>
797 <falseValue>
798 <decimal value="0"/>
799 </falseValue>
800 </boolean>
801 </elements>
802 </policy>
803 <policy name="SearchBar" class="Both" displayName="$(string.SearchBar)" explainText="$(string.SearchBar_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SearchBar)">
804 <parentCategory ref="firefox"/>
805 <supportedOn ref="SUPPORTED_FF60ESR"/>
806 <elements>
807 <enum id="SearchBar" valueName="SearchBar">
808 <item displayName="$(string.SearchBar_Unified)">
809 <value>
810 <string>unified</string>
811 </value>
812 </item>
813 <item displayName="$(string.SearchBar_Separate)">
814 <value>
815 <string>separate</string>
816 </value>
817 </item>
818 </enum>
819 </elements>
820 </policy>
821 <policy name="TrackingProtection" class="Both" displayName="$(string.TrackingProtection)" explainText="$(string.TrackingProtection_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Value" presentation="$(presentation.TrackingProtection)">
822 <parentCategory ref="firefox"/>
823 <supportedOn ref="SUPPORTED_FF60"/>
824 <enabledValue>
825 <decimal value="1"/>
826 </enabledValue>
827 <disabledValue>
828 <decimal value="0"/>
829 </disabledValue>
830 <elements >
831 <boolean id="TrackingProtectionLocked" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Locked">
832 <trueValue>
833 <decimal value="1"/>
834 </trueValue>
835 <falseValue>
836 <decimal value="0"/>
837 </falseValue>
838 </boolean>
839 </elements>
840 </policy>
841 <!-- Alphabetization is based on name, so had to add B -->
842 <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)">
843 <parentCategory ref="firefox"/>
844 <supportedOn ref="SUPPORTED_FF60ESR"/>
845 <elements>
846 <list id="WebsiteFilter" key="Software\Policies\Mozilla\Firefox\WebsiteFilter\Block" valuePrefix=""/>
847 </elements>
848 </policy>
849 <!-- Alphabetization is based on name, so had to add B -->
850 <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)">
851 <parentCategory ref="firefox"/>
852 <supportedOn ref="SUPPORTED_FF60ESR"/>
853 <elements>
854 <list id="WebsiteFilter" key="Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions" valuePrefix=""/>
855 </elements>
856 </policy>
857 <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)" >
858 <parentCategory ref="Search" />
859 <supportedOn ref="SUPPORTED_FF60ESR" />
860 <elements >
861 <text id="SearchEngine_Name" valueName="Name" required="true" />
862 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
863 <enum id="SearchEngine_Method" valueName="Method">
864 <item displayName="$(string.SearchEngine_Method_GET)">
865 <value>
866 <string>GET</string>
867 </value>
868 </item>
869 <item displayName="$(string.SearchEngine_Method_POST)">
870 <value>
871 <string>POST</string>
872 </value>
873 </item>
874 </enum>
875 <text id="SearchEngine_IconURL" valueName="IconURL"/>
876 <text id="SearchEngine_Alias" valueName="Alias"/>
877 <text id="SearchEngine_Description" valueName="Description"/>
878 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
879 </elements>
880 </policy>
881 <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)" >
882 <parentCategory ref="Search" />
883 <supportedOn ref="SUPPORTED_FF60ESR" />
884 <elements >
885 <text id="SearchEngine_Name" valueName="Name" required="true" />
886 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
887 <enum id="SearchEngine_Method" valueName="Method">
888 <item displayName="$(string.SearchEngine_Method_GET)">
889 <value>
890 <string>GET</string>
891 </value>
892 </item>
893 <item displayName="$(string.SearchEngine_Method_POST)">
894 <value>
895 <string>POST</string>
896 </value>
897 </item>
898 </enum>
899 <text id="SearchEngine_IconURL" valueName="IconURL"/>
900 <text id="SearchEngine_Alias" valueName="Alias"/>
901 <text id="SearchEngine_Description" valueName="Description"/>
902 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
903 </elements>
904 </policy>
905 <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)" >
906 <parentCategory ref="Search" />
907 <supportedOn ref="SUPPORTED_FF60ESR" />
908 <elements >
909 <text id="SearchEngine_Name" valueName="Name" required="true" />
910 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
911 <enum id="SearchEngine_Method" valueName="Method">
912 <item displayName="$(string.SearchEngine_Method_GET)">
913 <value>
914 <string>GET</string>
915 </value>
916 </item>
917 <item displayName="$(string.SearchEngine_Method_POST)">
918 <value>
919 <string>POST</string>
920 </value>
921 </item>
922 </enum>
923 <text id="SearchEngine_IconURL" valueName="IconURL"/>
924 <text id="SearchEngine_Alias" valueName="Alias"/>
925 <text id="SearchEngine_Description" valueName="Description"/>
926 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
927 </elements>
928 </policy>
929 <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)" >
930 <parentCategory ref="Search" />
931 <supportedOn ref="SUPPORTED_FF60ESR" />
932 <elements >
933 <text id="SearchEngine_Name" valueName="Name" required="true" />
934 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
935 <enum id="SearchEngine_Method" valueName="Method">
936 <item displayName="$(string.SearchEngine_Method_GET)">
937 <value>
938 <string>GET</string>
939 </value>
940 </item>
941 <item displayName="$(string.SearchEngine_Method_POST)">
942 <value>
943 <string>POST</string>
944 </value>
945 </item>
946 </enum>
947 <text id="SearchEngine_IconURL" valueName="IconURL"/>
948 <text id="SearchEngine_Alias" valueName="Alias"/>
949 <text id="SearchEngine_Description" valueName="Description"/>
950 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
951 </elements>
952 </policy>
953 <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)" >
954 <parentCategory ref="Search" />
955 <supportedOn ref="SUPPORTED_FF60ESR" />
956 <elements >
957 <text id="SearchEngine_Name" valueName="Name" required="true" />
958 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
959 <enum id="SearchEngine_Method" valueName="Method">
960 <item displayName="$(string.SearchEngine_Method_GET)">
961 <value>
962 <string>GET</string>
963 </value>
964 </item>
965 <item displayName="$(string.SearchEngine_Method_POST)">
966 <value>
967 <string>POST</string>
968 </value>
969 </item>
970 </enum>
971 <text id="SearchEngine_IconURL" valueName="IconURL"/>
972 <text id="SearchEngine_Alias" valueName="Alias"/>
973 <text id="SearchEngine_Description" valueName="Description"/>
974 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
975 </elements>
976 </policy>
977 <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)" >
978 <parentCategory ref="Search" />
979 <supportedOn ref="SUPPORTED_FF60ESR" />
980 <elements >
981 <text id="SearchEngines_Default" valueName="Default" required="true" />
982 </elements>
983 </policy>
984 <policy name="SearchEngines_PreventInstalls" class="Both" displayName="$(string.SearchEngines_PreventInstalls)" explainText="$(string.SearchEngines_PreventInstalls_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines" valueName="PreventInstalls">
985 <parentCategory ref="Search" />
986 <supportedOn ref="SUPPORTED_FF60ESR" />
987 <enabledValue>
988 <decimal value="1"/>
989 </enabledValue>
990 <disabledValue>
991 <decimal value="0"/>
992 </disabledValue>
993 </policy>
994 </policies>
995 </policyDefinitions>

patrick-canterino.de