]> git.p6c8.net - policy-templates.git/blob - windows/firefox.admx
Bug 1467062 - Document new permissions policy
[policy-templates.git] / windows / firefox.admx
1 <?xml version="1.0" encoding="utf-8"?>
2 <policyDefinitions revision="1.1" schemaVersion="1.0">
3 <policyNamespaces>
4 <target prefix="firefox" namespace="Mozilla.Policies.Firefox"/>
5 <using prefix="Mozilla" namespace="Mozilla.Policies"/>
6 </policyNamespaces>
7 <resources minRequiredRevision="1.1"/>
8 <supportedOn>
9 <definitions>
10 <definition name="SUPPORTED_WINXPSP2" displayName="$(string.SUPPORTED_WINXPSP2)"/>
11 <definition name="SUPPORTED_FF60" displayName="$(string.SUPPORTED_FF60)"/>
12 <definition name="SUPPORTED_FF60ESR" displayName="$(string.SUPPORTED_FF60ESR)"/>
13 </definitions>
14 </supportedOn>
15 <categories>
16 <category displayName="$(string.firefox)" name="firefox">
17 <parentCategory ref="Mozilla:Cat_Mozilla"/>
18 </category>
19
20 <category displayName="$(string.Authentication_group)" name="Authentication">
21 <parentCategory ref="firefox"/>
22 </category>
23 <category displayName="$(string.Popups_group)" name="Popups">
24 <parentCategory ref="firefox"/>
25 </category>
26 <category displayName="$(string.Cookies_group)" name="Cookies">
27 <parentCategory ref="firefox"/>
28 </category>
29 <category displayName="$(string.Addons_group)" name="Addons">
30 <parentCategory ref="firefox"/>
31 </category>
32 <category displayName="$(string.Flash_group)" name="Flash">
33 <parentCategory ref="firefox"/>
34 </category>
35 <category displayName="$(string.Bookmarks_group)" name="Bookmarks">
36 <parentCategory ref="firefox"/>
37 </category>
38 <category displayName="$(string.Homepage_group)" name="Homepage">
39 <parentCategory ref="firefox"/>
40 </category>
41 <category displayName="$(string.Certificates_group)" name="Certificates">
42 <parentCategory ref="firefox"/>
43 </category>
44 <category displayName="$(string.Extensions_group)" name="Extensions">
45 <parentCategory ref="firefox"/>
46 </category>
47 <category displayName="$(string.Search_group)" name="Search">
48 <parentCategory ref="firefox"/>
49 </category>
50 <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="DisableMasterPasswordCreation" class="Both" displayName="$(string.DisableMasterPasswordCreation)" explainText="$(string.DisableMasterPasswordCreation_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableMasterPasswordCreation">
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="DisablePocket" class="Both" displayName="$(string.DisablePocket)" explainText="$(string.DisablePocket_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePocket">
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="DisablePrivateBrowsing" class="Both" displayName="$(string.DisablePrivateBrowsing)" explainText="$(string.DisablePrivateBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePrivateBrowsing">
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="DisableProfileImport" class="Both" displayName="$(string.DisableProfileImport)" explainText="$(string.DisableProfileImport_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileImport">
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="DisableProfileRefresh" class="Both" displayName="$(string.DisableProfileRefresh)" explainText="$(string.DisableProfileRefresh_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileRefresh">
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="DisableSafeMode" class="Both" displayName="$(string.DisableSafeMode)" explainText="$(string.DisableSafeMode_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSafeMode">
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="DisableSetDesktopBackground" class="Both" displayName="$(string.DisableSetDesktopBackground)" explainText="$(string.DisableSetDesktopBackground_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSetDesktopBackground">
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="DisableSystemAddonUpdate" class="Both" displayName="$(string.DisableSystemAddonUpdate)" explainText="$(string.DisableSystemAddonUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSystemAddonUpdate">
524 <parentCategory ref="firefox"/>
525 <supportedOn ref="SUPPORTED_FF60ESR"/>
526 <enabledValue>
527 <decimal value="1"/>
528 </enabledValue>
529 <disabledValue>
530 <decimal value="0"/>
531 </disabledValue>
532 </policy>
533 <policy name="DisableTelemetry" class="Both" displayName="$(string.DisableTelemetry)" explainText="$(string.DisableTelemetry_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableTelemetry">
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="DisplayBookmarksToolbar" class="Both" displayName="$(string.DisplayBookmarksToolbar)" explainText="$(string.DisplayBookmarksToolbar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayBookmarksToolbar">
544 <parentCategory ref="firefox"/>
545 <supportedOn ref="SUPPORTED_FF60"/>
546 <enabledValue>
547 <decimal value="1"/>
548 </enabledValue>
549 <disabledValue>
550 <decimal value="0"/>
551 </disabledValue>
552 </policy>
553 <policy name="DisplayMenuBar" class="Both" displayName="$(string.DisplayMenuBar)" explainText="$(string.DisplayMenuBar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayMenuBar">
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="Extensions_Install" class="Both" displayName="$(string.Extensions_Install)" key="Software\Policies\Mozilla\Firefox\Extensions\Install" explainText="$(string.Extensions_Install_Explain)" presentation="$(presentation.Extensions)">
564 <parentCategory ref="Extensions"/>
565 <supportedOn ref="SUPPORTED_FF60ESR"/>
566 <elements>
567 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Install" valuePrefix=""/>
568 </elements>
569 </policy>
570 <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)">
571 <parentCategory ref="Extensions"/>
572 <supportedOn ref="SUPPORTED_FF60ESR"/>
573 <elements>
574 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Uninstall" valuePrefix=""/>
575 </elements>
576 </policy>
577 <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)">
578 <parentCategory ref="Extensions"/>
579 <supportedOn ref="SUPPORTED_FF60ESR"/>
580 <elements>
581 <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Locked" valuePrefix=""/>
582 </elements>
583 </policy>
584 <policy name="NoDefaultBookmarks" class="Both" displayName="$(string.NoDefaultBookmarks)" explainText="$(string.NoDefaultBookmarks_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NoDefaultBookmarks">
585 <parentCategory ref="firefox"/>
586 <supportedOn ref="SUPPORTED_FF60"/>
587 <enabledValue>
588 <decimal value="1"/>
589 </enabledValue>
590 <disabledValue>
591 <decimal value="0"/>
592 </disabledValue>
593 </policy>
594 <policy name="DontCheckDefaultBrowser" class="Both" displayName="$(string.DontCheckDefaultBrowser)" explainText="$(string.DontCheckDefaultBrowser_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DontCheckDefaultBrowser">
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="OfferToSaveLogins" class="Both" displayName="$(string.OfferToSaveLogins)" explainText="$(string.OfferToSaveLogins_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="OfferToSaveLogins">
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="PopupBlocking_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.PopupBlocking_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
615 <parentCategory ref="Popups"/>
616 <supportedOn ref="SUPPORTED_FF60"/>
617 <elements>
618 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\PopupBlocking\Allow" valuePrefix=""/>
619 </elements>
620 </policy>
621 <policy name="PopupBlocking_Default" class="Both" displayName="$(string.PopupBlocking_Default)" explainText="$(string.PopupBlocking_Default_Explain)" key="Software\Policies\Mozilla\Firefox\PopupBlocking" valueName="Default">
622 <parentCategory ref="Popups"/>
623 <supportedOn ref="SUPPORTED_FF60"/>
624 <enabledValue>
625 <decimal value="1"/>
626 </enabledValue>
627 <disabledValue>
628 <decimal value="0"/>
629 </disabledValue>
630 </policy>
631 <policy name="PopupBlocking_Locked" class="Both" displayName="$(string.PopupBlocking_Locked)" explainText="$(string.PopupBlocking_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\PopupBlocking" valueName="Locked">
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="InstallAddonsPermission_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.InstallAddonsPermission_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
642 <parentCategory ref="Addons"/>
643 <supportedOn ref="SUPPORTED_FF60"/>
644 <elements>
645 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow" valuePrefix=""/>
646 </elements>
647 </policy>
648 <policy name="InstallAddonsPermission_Default" class="Both" displayName="$(string.InstallAddonsPermission_Default)" explainText="$(string.InstallAddonsPermission_Default_Explain)" key="Software\Policies\Mozilla\Firefox\InstallAddonsPermission" valueName="Default">
649 <parentCategory ref="Addons"/>
650 <supportedOn ref="SUPPORTED_FF60"/>
651 <enabledValue>
652 <decimal value="1"/>
653 </enabledValue>
654 <disabledValue>
655 <decimal value="0"/>
656 </disabledValue>
657 </policy>
658 <policy name="FlashPlugin_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.FlashPlugin_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
659 <parentCategory ref="Flash"/>
660 <supportedOn ref="SUPPORTED_FF60"/>
661 <elements>
662 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Allow" valuePrefix=""/>
663 </elements>
664 </policy>
665 <policy name="FlashPlugin_Block" class="Both" displayName="$(string.Block)" explainText="$(string.FlashPlugin_Block_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
666 <parentCategory ref="Flash"/>
667 <supportedOn ref="SUPPORTED_FF60"/>
668 <elements>
669 <list id="Permissions" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Block" valuePrefix=""/>
670 </elements>
671 </policy>
672 <policy name="FlashPlugin_Default" class="Both" displayName="$(string.FlashPlugin_Default)" explainText="$(string.FlashPlugin_Default_Explain)" key="Software\Policies\Mozilla\Firefox\FlashPlugin" valueName="Default">
673 <parentCategory ref="Flash"/>
674 <supportedOn ref="SUPPORTED_FF60"/>
675 <enabledValue>
676 <decimal value="1"/>
677 </enabledValue>
678 <disabledValue>
679 <decimal value="0"/>
680 </disabledValue>
681 </policy>
682 <policy name="FlashPlugin_Locked" class="Both" displayName="$(string.FlashPlugin_Locked)" explainText="$(string.FlashPlugin_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\FlashPlugin" valueName="Locked">
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="OverrideFirstRunPage" class="Both" displayName="$(string.OverrideFirstRunPage)" explainText="$(string.OverrideFirstRunPage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverridePage)" >
693 <parentCategory ref="firefox" />
694 <supportedOn ref="SUPPORTED_FF60ESR" />
695 <elements>
696 <text id="OverridePage" valueName="OverrideFirstRunPage"/>
697 </elements>
698 </policy>
699 <policy name="OverridePostUpdatePage" class="Both" displayName="$(string.OverridePostUpdatePage)" explainText="$(string.OverridePostUpdatePage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverridePage)" >
700 <parentCategory ref="firefox" />
701 <supportedOn ref="SUPPORTED_FF60ESR" />
702 <elements>
703 <text id="OverridePage" valueName="OverridePostUpdatePage"/>
704 </elements>
705 </policy>
706 <!-- Alphabetization is based on name, so had to add P -->
707 <policy name="P_DisableSecurityBypass_InvalidCertificate" class="Both" displayName="$(string.DisableSecurityBypass_InvalidCertificate)" explainText="$(string.DisableSecurityBypass_InvalidCertificate_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="InvalidCertificate">
708 <parentCategory ref="firefox"/>
709 <supportedOn ref="SUPPORTED_FF60"/>
710 <enabledValue>
711 <decimal value="1"/>
712 </enabledValue>
713 <disabledValue>
714 <decimal value="0"/>
715 </disabledValue>
716 </policy>
717 <!-- Alphabetization is based on name, so had to add P -->
718 <policy name="P_DisableSecurityBypass_SafeBrowsing" class="Both" displayName="$(string.DisableSecurityBypass_SafeBrowsing)" explainText="$(string.DisableSecurityBypass_SafeBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="SafeBrowsing">
719 <parentCategory ref="firefox"/>
720 <supportedOn ref="SUPPORTED_FF60"/>
721 <enabledValue>
722 <decimal value="1"/>
723 </enabledValue>
724 <disabledValue>
725 <decimal value="0"/>
726 </disabledValue>
727 </policy>
728 <!-- Alphabetization is based on name, so had to add C -->
729 <policy name="C_SanitizeOnShutdown" class="Both" displayName="$(string.SanitizeOnShutdown)" explainText="$(string.SanitizeOnShutdown_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="SanitizeOnShutdown">
730 <parentCategory ref="firefox"/>
731 <supportedOn ref="SUPPORTED_FF60"/>
732 <enabledValue>
733 <decimal value="1"/>
734 </enabledValue>
735 <disabledValue>
736 <decimal value="0"/>
737 </disabledValue>
738 </policy>
739 <policy name="HomepageURL" class="Both" displayName="$(string.HomepageURL)" explainText="$(string.HomepageURL_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageURL)" >
740 <parentCategory ref="Homepage" />
741 <supportedOn ref="SUPPORTED_FF60ESR" />
742 <elements >
743 <text id="HomepageURL" valueName="URL" required="true" />
744 <boolean id="HomepageLocked" key="Software\Policies\Mozilla\Firefox\Homepage" valueName="Locked">
745 <trueValue>
746 <decimal value="1"/>
747 </trueValue>
748 <falseValue>
749 <decimal value="0"/>
750 </falseValue>
751 </boolean>
752 </elements>
753 </policy>
754 <policy name="HomepageAdditional" class="Both" displayName="$(string.HomepageAdditional)" explainText="$(string.HomepageAdditional_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageAdditional)" >
755 <parentCategory ref="Homepage" />
756 <supportedOn ref="SUPPORTED_FF60ESR" />
757 <elements >
758 <list id="HomepageAdditional" key="Software\Policies\Mozilla\Firefox\Homepage\Additional" valuePrefix=""/>
759 </elements>
760 </policy>
761 <policy name="Bookmark1" class="Both" displayName="$(string.Bookmark1)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\1" presentation="$(presentation.Bookmark)" >
762 <parentCategory ref="Bookmarks" />
763 <supportedOn ref="SUPPORTED_FF60" />
764 <elements >
765 <text id="BookmarkTitle" valueName="Title" required="true" />
766 <text id="BookmarkURL" valueName="URL" required="true" />
767 <text id="BookmarkFolder" valueName="Folder" />
768 <text id="BookmarkFavicon" valueName="Favicon" />
769 <enum id="BookmarkPlacement" valueName="Placement">
770 <item displayName="$(string.BookmarkPlacementToolbar)">
771 <value>
772 <string>toolbar</string>
773 </value>
774 </item>
775 <item displayName="$(string.BookmarkPlacementMenu)">
776 <value>
777 <string>menu</string>
778 </value>
779 </item>
780 </enum>
781 </elements>
782 </policy>
783 <policy name="Bookmark2" class="Both" displayName="$(string.Bookmark2)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\2" presentation="$(presentation.Bookmark)" >
784 <parentCategory ref="Bookmarks" />
785 <supportedOn ref="SUPPORTED_FF60" />
786 <elements >
787 <text id="BookmarkTitle" valueName="Title" required="true" />
788 <text id="BookmarkURL" valueName="URL" required="true" />
789 <text id="BookmarkFolder" valueName="Folder" />
790 <text id="BookmarkFavicon" valueName="Favicon" />
791 <enum id="BookmarkPlacement" valueName="Placement">
792 <item displayName="$(string.BookmarkPlacementToolbar)">
793 <value>
794 <string>toolbar</string>
795 </value>
796 </item>
797 <item displayName="$(string.BookmarkPlacementMenu)">
798 <value>
799 <string>menu</string>
800 </value>
801 </item>
802 </enum>
803 </elements>
804 </policy>
805 <policy name="Bookmark3" class="Both" displayName="$(string.Bookmark3)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\3" presentation="$(presentation.Bookmark)" >
806 <parentCategory ref="Bookmarks" />
807 <supportedOn ref="SUPPORTED_FF60" />
808 <elements >
809 <text id="BookmarkTitle" valueName="Title" required="true" />
810 <text id="BookmarkURL" valueName="URL" required="true" />
811 <text id="BookmarkFolder" valueName="Folder" />
812 <text id="BookmarkFavicon" valueName="Favicon" />
813 <enum id="BookmarkPlacement" valueName="Placement">
814 <item displayName="$(string.BookmarkPlacementToolbar)">
815 <value>
816 <string>toolbar</string>
817 </value>
818 </item>
819 <item displayName="$(string.BookmarkPlacementMenu)">
820 <value>
821 <string>menu</string>
822 </value>
823 </item>
824 </enum>
825 </elements>
826 </policy>
827 <policy name="Bookmark4" class="Both" displayName="$(string.Bookmark4)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\4" presentation="$(presentation.Bookmark)" >
828 <parentCategory ref="Bookmarks" />
829 <supportedOn ref="SUPPORTED_FF60" />
830 <elements >
831 <text id="BookmarkTitle" valueName="Title" required="true" />
832 <text id="BookmarkURL" valueName="URL" required="true" />
833 <text id="BookmarkFolder" valueName="Folder" />
834 <text id="BookmarkFavicon" valueName="Favicon" />
835 <enum id="BookmarkPlacement" valueName="Placement">
836 <item displayName="$(string.BookmarkPlacementToolbar)">
837 <value>
838 <string>toolbar</string>
839 </value>
840 </item>
841 <item displayName="$(string.BookmarkPlacementMenu)">
842 <value>
843 <string>menu</string>
844 </value>
845 </item>
846 </enum>
847 </elements>
848 </policy>
849 <policy name="Bookmark5" class="Both" displayName="$(string.Bookmark5)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\5" presentation="$(presentation.Bookmark)" >
850 <parentCategory ref="Bookmarks" />
851 <supportedOn ref="SUPPORTED_FF60" />
852 <elements >
853 <text id="BookmarkTitle" valueName="Title" required="true" />
854 <text id="BookmarkURL" valueName="URL" required="true" />
855 <text id="BookmarkFolder" valueName="Folder" />
856 <text id="BookmarkFavicon" valueName="Favicon" />
857 <enum id="BookmarkPlacement" valueName="Placement">
858 <item displayName="$(string.BookmarkPlacementToolbar)">
859 <value>
860 <string>toolbar</string>
861 </value>
862 </item>
863 <item displayName="$(string.BookmarkPlacementMenu)">
864 <value>
865 <string>menu</string>
866 </value>
867 </item>
868 </enum>
869 </elements>
870 </policy>
871 <policy name="Proxy" class="Both" displayName="$(string.Proxy)" explainText="$(string.Proxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy)" >
872 <parentCategory ref="firefox" />
873 <supportedOn ref="SUPPORTED_FF60" />
874 <elements >
875 <boolean id="ProxyLocked" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked">
876 <trueValue>
877 <decimal value="1"/>
878 </trueValue>
879 <falseValue>
880 <decimal value="0"/>
881 </falseValue>
882 </boolean>
883 <enum id="ConnectionType" valueName="Mode">
884 <item displayName="$(string.NoProxy)">
885 <value>
886 <string>none</string>
887 </value>
888 </item>
889 <item displayName="$(string.SystemProxy)">
890 <value>
891 <string>system</string>
892 </value>
893 </item>
894 <item displayName="$(string.ManualProxy)">
895 <value>
896 <string>manual</string>
897 </value>
898 </item>
899 <item displayName="$(string.AutoDetectProxy)">
900 <value>
901 <string>autoDetect</string>
902 </value>
903 </item>
904 <item displayName="$(string.AutoConfigProxy)">
905 <value>
906 <string>autoConfig</string>
907 </value>
908 </item>
909 </enum>
910 <text id="HTTPProxy" valueName="HTTPProxy"/>
911 <boolean id="UseHTTPProxyForAllProtocols" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseHTTPProxyForAllProtocols">
912 <trueValue>
913 <decimal value="1"/>
914 </trueValue>
915 <falseValue>
916 <decimal value="0"/>
917 </falseValue>
918 </boolean>
919 <text id="SSLProxy" valueName="SSLProxy"/>
920 <text id="FTPProxy" valueName="FTPProxy"/>
921 <text id="SOCKSProxy" valueName="SOCKSProxy"/>
922 <enum id="SOCKSVersion" valueName="SOCKSVersion">
923 <item displayName="$(string.SOCKSVersion4)">
924 <value>
925 <decimal value="4"/>
926 </value>
927 </item>
928 <item displayName="$(string.SOCKSVersion5)">
929 <value>
930 <decimal value="5"/>
931 </value>
932 </item>
933 </enum>
934 <text id="AutoConfigURL" valueName="AutoConfigURL"/>
935 <text id="Passthrough" valueName="Passthrough"/>
936 <boolean id="AutoLogin" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="AutoLogin">
937 <trueValue>
938 <decimal value="1"/>
939 </trueValue>
940 <falseValue>
941 <decimal value="0"/>
942 </falseValue>
943 </boolean>
944 <boolean id="UseProxyForDNS" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseProxyForDNS">
945 <trueValue>
946 <decimal value="1"/>
947 </trueValue>
948 <falseValue>
949 <decimal value="0"/>
950 </falseValue>
951 </boolean>
952 </elements>
953 </policy>
954 <policy name="SearchBar" class="Both" displayName="$(string.SearchBar)" explainText="$(string.SearchBar_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SearchBar)">
955 <parentCategory ref="firefox"/>
956 <supportedOn ref="SUPPORTED_FF60ESR"/>
957 <elements>
958 <enum id="SearchBar" valueName="SearchBar">
959 <item displayName="$(string.SearchBar_Unified)">
960 <value>
961 <string>unified</string>
962 </value>
963 </item>
964 <item displayName="$(string.SearchBar_Separate)">
965 <value>
966 <string>separate</string>
967 </value>
968 </item>
969 </enum>
970 </elements>
971 </policy>
972 <policy name="TrackingProtection" class="Both" displayName="$(string.TrackingProtection)" explainText="$(string.TrackingProtection_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Value" presentation="$(presentation.TrackingProtection)">
973 <parentCategory ref="firefox"/>
974 <supportedOn ref="SUPPORTED_FF60"/>
975 <enabledValue>
976 <decimal value="1"/>
977 </enabledValue>
978 <disabledValue>
979 <decimal value="0"/>
980 </disabledValue>
981 <elements >
982 <boolean id="TrackingProtectionLocked" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Locked">
983 <trueValue>
984 <decimal value="1"/>
985 </trueValue>
986 <falseValue>
987 <decimal value="0"/>
988 </falseValue>
989 </boolean>
990 </elements>
991 </policy>
992 <!-- Alphabetization is based on name, so had to add B -->
993 <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)">
994 <parentCategory ref="firefox"/>
995 <supportedOn ref="SUPPORTED_FF60ESR"/>
996 <elements>
997 <list id="WebsiteFilter" key="Software\Policies\Mozilla\Firefox\WebsiteFilter\Block" valuePrefix=""/>
998 </elements>
999 </policy>
1000 <!-- Alphabetization is based on name, so had to add B -->
1001 <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)">
1002 <parentCategory ref="firefox"/>
1003 <supportedOn ref="SUPPORTED_FF60ESR"/>
1004 <elements>
1005 <list id="WebsiteFilter" key="Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions" valuePrefix=""/>
1006 </elements>
1007 </policy>
1008 <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)" >
1009 <parentCategory ref="Search" />
1010 <supportedOn ref="SUPPORTED_FF60ESR" />
1011 <elements >
1012 <text id="SearchEngine_Name" valueName="Name" required="true" />
1013 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
1014 <enum id="SearchEngine_Method" valueName="Method">
1015 <item displayName="$(string.SearchEngine_Method_GET)">
1016 <value>
1017 <string>GET</string>
1018 </value>
1019 </item>
1020 <item displayName="$(string.SearchEngine_Method_POST)">
1021 <value>
1022 <string>POST</string>
1023 </value>
1024 </item>
1025 </enum>
1026 <text id="SearchEngine_IconURL" valueName="IconURL"/>
1027 <text id="SearchEngine_Alias" valueName="Alias"/>
1028 <text id="SearchEngine_Description" valueName="Description"/>
1029 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
1030 </elements>
1031 </policy>
1032 <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)" >
1033 <parentCategory ref="Search" />
1034 <supportedOn ref="SUPPORTED_FF60ESR" />
1035 <elements >
1036 <text id="SearchEngine_Name" valueName="Name" required="true" />
1037 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
1038 <enum id="SearchEngine_Method" valueName="Method">
1039 <item displayName="$(string.SearchEngine_Method_GET)">
1040 <value>
1041 <string>GET</string>
1042 </value>
1043 </item>
1044 <item displayName="$(string.SearchEngine_Method_POST)">
1045 <value>
1046 <string>POST</string>
1047 </value>
1048 </item>
1049 </enum>
1050 <text id="SearchEngine_IconURL" valueName="IconURL"/>
1051 <text id="SearchEngine_Alias" valueName="Alias"/>
1052 <text id="SearchEngine_Description" valueName="Description"/>
1053 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
1054 </elements>
1055 </policy>
1056 <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)" >
1057 <parentCategory ref="Search" />
1058 <supportedOn ref="SUPPORTED_FF60ESR" />
1059 <elements >
1060 <text id="SearchEngine_Name" valueName="Name" required="true" />
1061 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
1062 <enum id="SearchEngine_Method" valueName="Method">
1063 <item displayName="$(string.SearchEngine_Method_GET)">
1064 <value>
1065 <string>GET</string>
1066 </value>
1067 </item>
1068 <item displayName="$(string.SearchEngine_Method_POST)">
1069 <value>
1070 <string>POST</string>
1071 </value>
1072 </item>
1073 </enum>
1074 <text id="SearchEngine_IconURL" valueName="IconURL"/>
1075 <text id="SearchEngine_Alias" valueName="Alias"/>
1076 <text id="SearchEngine_Description" valueName="Description"/>
1077 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
1078 </elements>
1079 </policy>
1080 <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)" >
1081 <parentCategory ref="Search" />
1082 <supportedOn ref="SUPPORTED_FF60ESR" />
1083 <elements >
1084 <text id="SearchEngine_Name" valueName="Name" required="true" />
1085 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
1086 <enum id="SearchEngine_Method" valueName="Method">
1087 <item displayName="$(string.SearchEngine_Method_GET)">
1088 <value>
1089 <string>GET</string>
1090 </value>
1091 </item>
1092 <item displayName="$(string.SearchEngine_Method_POST)">
1093 <value>
1094 <string>POST</string>
1095 </value>
1096 </item>
1097 </enum>
1098 <text id="SearchEngine_IconURL" valueName="IconURL"/>
1099 <text id="SearchEngine_Alias" valueName="Alias"/>
1100 <text id="SearchEngine_Description" valueName="Description"/>
1101 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
1102 </elements>
1103 </policy>
1104 <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)" >
1105 <parentCategory ref="Search" />
1106 <supportedOn ref="SUPPORTED_FF60ESR" />
1107 <elements >
1108 <text id="SearchEngine_Name" valueName="Name" required="true" />
1109 <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
1110 <enum id="SearchEngine_Method" valueName="Method">
1111 <item displayName="$(string.SearchEngine_Method_GET)">
1112 <value>
1113 <string>GET</string>
1114 </value>
1115 </item>
1116 <item displayName="$(string.SearchEngine_Method_POST)">
1117 <value>
1118 <string>POST</string>
1119 </value>
1120 </item>
1121 </enum>
1122 <text id="SearchEngine_IconURL" valueName="IconURL"/>
1123 <text id="SearchEngine_Alias" valueName="Alias"/>
1124 <text id="SearchEngine_Description" valueName="Description"/>
1125 <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
1126 </elements>
1127 </policy>
1128 <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)" >
1129 <parentCategory ref="Search" />
1130 <supportedOn ref="SUPPORTED_FF60ESR" />
1131 <elements >
1132 <text id="SearchEngines_Default" valueName="Default" required="true" />
1133 </elements>
1134 </policy>
1135 <policy name="SearchEngines_PreventInstalls" class="Both" displayName="$(string.SearchEngines_PreventInstalls)" explainText="$(string.SearchEngines_PreventInstalls_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines" valueName="PreventInstalls">
1136 <parentCategory ref="Search" />
1137 <supportedOn ref="SUPPORTED_FF60ESR" />
1138 <enabledValue>
1139 <decimal value="1"/>
1140 </enabledValue>
1141 <disabledValue>
1142 <decimal value="0"/>
1143 </disabledValue>
1144 </policy>
1145 </policies>
1146 </policyDefinitions>

patrick-canterino.de