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

patrick-canterino.de