]> git.p6c8.net - policy-templates.git/blob - index.html
Bump required resources
[policy-templates.git] / index.html
1 <html>
2 <head>
3 <title></title>
4 </head>
5
6 <body>
7 <div>
8 <a name="top" id="top"></a>
9 </div>
10
11 <table border="1" style="width: 100%">
12 <tr>
13 <td><a href="#BlockAboutAddons">BlockAboutAddons</a></td>
14
15 <td>Prevent access to the Add-ons Manager and about:addons</td>
16 </tr>
17
18 <tr>
19 <td><a href="#BlockAboutConfig">BlockAboutConfig</a></td>
20
21 <td>Prevent access to about:config</td>
22 </tr>
23
24 <tr>
25 <td><a href="#BlockAboutProfiles">BlockAboutProfiles</a></td>
26
27 <td>Prevent access to about:profiles</td>
28 </tr>
29
30 <tr>
31 <td><a href="#BlockAboutSupport">BlockAboutSupport</a></td>
32
33 <td>Prevent access to about:support</td>
34 </tr>
35
36 <tr>
37 <td><a href="#Certificates">Certificates</a></td>
38
39 <td></td>
40 </tr>
41
42 <tr>
43 <td style="padding-left: 21px"><a href="#ImportEnterpriseRoots">ImportEnterpriseRoots</a></td>
44
45 <td>Read certificates from the Windows certificate store.</td>
46 </tr>
47
48 <tr>
49 <td><a href="#Cookies">Cookies</a></td>
50
51 <td></td>
52 </tr>
53
54 <tr>
55 <td style="padding-left: 21px"><a href="#CookiesAllow">Allow</a></td>
56
57 <td>Sites that are always allowed to set cookies</td>
58 </tr>
59
60 <tr>
61 <td style="padding-left: 21px"><a href="#CookiesBlock">Block</a></td>
62
63 <td>Sites that are blocked from setting cookies</td>
64 </tr>
65
66 <tr>
67 <td style="padding-left: 21px"><a href="#CookiesDefault">Default</a></td>
68
69 <td>Default cookie setting</td>
70 </tr>
71
72 <tr>
73 <td style="padding-left: 21px"><a href="#CookiesAcceptThirdParty">AcceptThirdParty</a></td>
74
75 <td>Accept third-party cookies</td>
76 </tr>
77
78 <tr>
79 <td style="padding-left: 21px"><a href="#CookiesExpireAtSessionEnd">ExpireAtSessionEnd</a></td>
80
81 <td>When cookies expire</td>
82 </tr>
83
84 <tr>
85 <td style="padding-left: 21px"><a href="#CookiesLocked">Locked</a></td>
86
87 <td>Don't allow cookie preferences to be changed</td>
88 </tr>
89
90 <tr>
91 <td><a href="#DisableSetDesktopBackground">DisableSetDesktopBackground</a></td>
92
93 <td>Disable setting an image as the desktop background</td>
94 </tr>
95
96 <tr>
97 <td><a href="#DisableMasterPasswordCreation">DisableMasterPasswordCreation</a></td>
98
99 <td>Remove the master password functionality</td>
100 </tr>
101
102 <tr>
103 <td><a href="#DisableAppUpdate">DisableAppUpdate</a></td>
104
105 <td>Turn off application update</td>
106 </tr>
107
108 </table>
109
110 <div style="margin-left:0px">
111 <h3><a name="BlockAboutAddons" id="BlockAboutAddons"></a>BlockAboutAddons</h3><span>Prevent access to the Add-ons Manager and about:addons</span>
112
113 <dl>
114 <dt style="font-weight:bold">Data type:</dt>
115
116 <dd>Boolean [Windows:REG_DWORD]</dd>
117
118 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
119
120 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\BlockAboutAddons</dd>
121
122 <dt style="font-weight:bold">Policies.json:</dt>
123
124 <dd style="font-family:monospace">BlockAboutAddons</dd>
125
126 <dt style="font-weight:bold">Supported on:</dt>
127
128 <dd>
129 <ul style="padding-left:0px;margin-left:0px">
130 <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
131 </ul>
132 </dd>
133
134 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
135
136 <dd style="font-family:monospace">disableAddonsManager</dd>
137
138 <dt style="font-weight:bold">Preferences modified:</dt>
139
140 <dd>N/A</dd>
141
142 <dt style="font-weight:bold">Description:</dt>
143
144 <dd>
145 <p>If this policy is set to true, the user can not access the Add-ons Manager or about:addons.</p>
146 </dd>
147 </dl><a href="#top">Back to top</a>
148 </div>
149
150 <div style="margin-left:0px">
151 <h3><a name="BlockAboutConfig" id="BlockAboutConfig"></a>BlockAboutConfig</h3><span>Prevent access to about:addons</span>
152
153 <dl>
154 <dt style="font-weight:bold">Data type:</dt>
155
156 <dd>Boolean [Windows:REG_DWORD]</dd>
157
158 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
159
160 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\BlockAboutConfig</dd>
161
162 <dt style="font-weight:bold">Policies.json:</dt>
163
164 <dd style="font-family:monospace">BlockAboutConfig</dd>
165
166 <dt style="font-weight:bold">Supported on:</dt>
167
168 <dd>
169 <ul style="padding-left:0px;margin-left:0px">
170 <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
171 </ul>
172 </dd>
173
174 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
175
176 <dd style="font-family:monospace">disableAboutConfig</dd>
177
178 <dt style="font-weight:bold">Preferences modified:</dt>
179
180 <dd>N/A</dd>
181
182 <dt style="font-weight:bold">Description:</dt>
183
184 <dd>
185 <p>If this policy is set to true, the user can not access about:config.</p>
186 </dd>
187 </dl><a href="#top">Back to top</a>
188 </div>
189
190 <div style="margin-left:0px">
191 <h3><a name="BlockAboutProfiles" id="BlockAboutProfiles"></a>BlockAboutProfiles</h3><span>Prevent access to about:profiles</span>
192
193 <dl>
194 <dt style="font-weight:bold">Data type:</dt>
195
196 <dd>Boolean [Windows:REG_DWORD]</dd>
197
198 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
199
200 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\BlockAboutProfiles</dd>
201
202 <dt style="font-weight:bold">Policies.json:</dt>
203
204 <dd style="font-family:monospace">BlockAboutProfiles</dd>
205
206 <dt style="font-weight:bold">Supported on:</dt>
207
208 <dd>
209 <ul style="padding-left:0px;margin-left:0px">
210 <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
211 </ul>
212 </dd>
213
214 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
215
216 <dd style="font-family:monospace">disableAboutProfiles</dd>
217
218 <dt style="font-weight:bold">Preferences modified:</dt>
219
220 <dd>N/A</dd>
221
222 <dt style="font-weight:bold">Description:</dt>
223
224 <dd>
225 <p>If this policy is set to true, the user can not access about:profiles.</p>
226 </dd>
227 </dl><a href="#top">Back to top</a>
228 </div>
229
230 <div style="margin-left:0px">
231 <h3><a name="BlockAboutSupport" id="BlockAboutSupport"></a>BlockAboutSupport</h3><span>Prevent access to about:support</span>
232
233 <dl>
234 <dt style="font-weight:bold">Data type:</dt>
235
236 <dd>Boolean [Windows:REG_DWORD]</dd>
237
238 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
239
240 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\BlockAboutSupport</dd>
241
242 <dt style="font-weight:bold">Policies.json:</dt>
243
244 <dd style="font-family:monospace">BlockAboutSupport</dd>
245
246 <dt style="font-weight:bold">Supported on:</dt>
247
248 <dd>
249 <ul style="padding-left:0px;margin-left:0px">
250 <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
251 </ul>
252 </dd>
253
254 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
255
256 <dd style="font-family:monospace">disableAboutSupport</dd>
257
258 <dt style="font-weight:bold">Preferences modified:</dt>
259
260 <dd>N/A</dd>
261
262 <dt style="font-weight:bold">Description:</dt>
263
264 <dd>
265 <p>If this policy is set to true, the user can not access about:support and the "Troubleshooting Information menu" is disabled.</p>
266 </dd>
267 </dl><a href="#top">Back to top</a>
268 </div>
269
270
271 <div style="margin-left:0px">
272 <h3><a name="DisableSetDesktopBackground" id="DisableSetDesktopBackground"></a>DisableSetDesktopBackground</h3>
273
274 <span>Disable setting an image as the desktop background.</span>
275
276 <dl>
277 <dt style="font-weight:bold">Data type:</dt>
278
279 <dd>Boolean [Windows:REG_DWORD]</dd>
280
281 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
282
283 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground</dd>
284
285 <dt style="font-weight:bold">Policies.json:</dt>
286
287 <dd style="font-family:monospace">DisableSetDesktopBackground</dd>
288
289 <dt style="font-weight:bold">Supported on:</dt>
290
291 <dd>
292 <ul style="padding-left:0px;margin-left:0px">
293 <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
294 </ul>
295 </dd>
296
297 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
298
299 <dd style="font-family:monospace">removeSetDesktopBackground</dd>
300
301 <dt style="font-weight:bold">Preferences modified:</dt>
302
303 <dd>N/A</dd>
304
305 <dt style="font-weight:bold">Description:</dt>
306
307 <dd>
308 <p>If this policy is set to true, the "Set As Desktop Background..." menuitem is removed.
309 </dd>
310 </dl><a href="#top">Back to top</a>
311 </div>
312
313 <div style="margin-left:0px">
314 <h3><a name="ImportEnterpriseRoots" id="ImportEnterpriseRoots"></a>ImportEnterpriseRoots</h3>
315
316 <span>Read certificates from the Windows certificate store</span>
317
318 <dl>
319 <dt style="font-weight:bold">Data type:</dt>
320
321 <dd>Boolean [Windows:REG_DWORD]</dd>
322
323 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
324
325 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots</dd>
326
327 <dt style="font-weight:bold">Policies.json:</dt>
328
329 <dd style="font-family:monospace"><pre>"Certificates": {
330 "ImportEnterpriseRoots": [true|false]
331 }</pre></dd>
332
333 <dt style="font-weight:bold">Supported on:</dt>
334
335 <dd>
336 <ul style="padding-left:0px;margin-left:0px">
337 <li>Firefox (Windows) RR and ESR since version 60</li>
338 </ul>
339 </dd>
340
341 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
342
343 <dd style="font-family:monospace">N/A</dd>
344
345 <dt style="font-weight:bold">Preferences modified:</dt>
346
347 <dd style="font-family:monospace">security.enterprise_roots.enabled</dd>
348
349 <dt style="font-weight:bold">Description:</dt>
350
351 <dd>
352 <p>If this policy is set to true, Firefox will read certificates from the Windows certificate store.
353 </dd>
354 </dl><a href="#top">Back to top</a>
355 </div>
356
357 <div style="margin-left:0px">
358 <h3><a name="CookiesAllow" id="CookiesAllow"></a>Cookies - Allow</h3>
359
360 <span>Sites that are always allowed to set cookies</span>
361
362 <dl>
363 <dt style="font-weight:bold">Data type:</dt>
364
365 <dd>Array of strings (URLS) [Windows:REG_SZ]</dd>
366
367 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
368
369 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\Cookies\Allow</dd>
370
371 <dt style="font-weight:bold">Policies.json:</dt>
372
373 <dd style="font-family:monospace"><pre>"Cookies": {
374 "Allow": ["http://example.org", "http://example.com"]
375 }</pre></dd>
376
377 <dt style="font-weight:bold">Supported on:</dt>
378
379 <dd>
380 <ul style="padding-left:0px;margin-left:0px">
381 <li>Firefox (Windows) RR and ESR since version 60</li>
382 </ul>
383 </dd>
384
385 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
386
387 <dd style="font-family:monospace">permissions->domain_name->cookie->1</dd>
388
389 <dt style="font-weight:bold">Preferences modified:</dt>
390
391 <dd>N/A</dd>
392
393 <dt style="font-weight:bold">Description:</dt>
394
395 <dd>
396 <p>If this policy is set, cookies are always allowed for the URLS indicated. If a top level domain is specified (http://example.org), cookies are allowed for all subdomains as well.</p>
397 </dd>
398 </dl><a href="#top">Back to top</a>
399 </div>
400
401 <div style="margin-left:0px">
402 <h3><a name="CookiesBlock" id="CookieBlock"></a>Cookies - Block</h3>
403
404 <span>Sites that are blocked from setting cookies</span>
405
406 <dl>
407 <dt style="font-weight:bold">Data type:</dt>
408
409 <dd>Array of strings (URLS) [Windows:REG_SZ]</dd>
410
411 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
412
413 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\Cookies\Block</dd>
414
415 <dt style="font-weight:bold">Policies.json:</dt>
416
417 <dd style="font-family:monospace"><pre>"Cookies": {
418 "Block": ["http://example.org", "http://example.com"]
419 }</pre></dd>
420
421 <dt style="font-weight:bold">Supported on:</dt>
422
423 <dd>
424 <ul style="padding-left:0px;margin-left:0px">
425 <li>Firefox (Windows) RR and ESR since version 60</li>
426 </ul>
427 </dd>
428
429 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
430
431 <dd style="font-family:monospace">permissions->domain_name->cookie->2</dd>
432
433 <dt style="font-weight:bold">Preferences modified:</dt>
434
435 <dd>N/A</dd>
436
437 <dt style="font-weight:bold">Description:</dt>
438
439 <dd>
440 <p>If this policy is set, cookies are never allowed for the URLS indicated. If a top level domain is specified (http://example.org), cookies are allowed for all subdomains as well.</p>
441 </dd>
442 </dl><a href="#top">Back to top</a>
443 </div>
444
445
446 <div style="margin-left:0px">
447 <h3><a name="CookiesDefault" id="CookiesDefault"></a>Cookies - Default</h3>
448
449 <span>Default cookie setting</span>
450
451 <dl>
452 <dt style="font-weight:bold">Data type:</dt>
453
454 <dd>Boolean [Windows:REG_DWORD]</dd>
455
456 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
457
458 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\Cookies\Default</dd>
459
460 <dt style="font-weight:bold">Policies.json:</dt>
461
462 <dd style="font-family:monospace"><pre>"Cookies": {
463 "Default": [true|false]
464 }</pre></dd>
465
466 <dt style="font-weight:bold">Supported on:</dt>
467
468 <dd>
469 <ul style="padding-left:0px;margin-left:0px">
470 <li>Firefox (Windows) RR and ESR since version 60</li>
471 </ul>
472 </dd>
473
474 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
475
476 <dd style="font-family:monospace">N/A</dd>
477
478 <dt style="font-weight:bold">Preferences modified:</dt>
479
480 <dd style="font-family:monospace">network.cookie.cookieBehavior</dd>
481
482 <dt style="font-weight:bold">Description:</dt>
483
484 <dd>
485 <p>If this policy is set to false, Firefox will not accept cookies.
486 </dd>
487 </dl><a href="#top">Back to top</a>
488 </div>
489
490 <div style="margin-left:0px">
491 <h3><a name="CookiesAcceptThirdParty" id="CookiesAcceptThirdParty"></a>Cookies - AcceptThirdParty</h3>
492
493 <span>Accept third-party cookies</span>
494
495 <dl>
496 <dt style="font-weight:bold">Data type:</dt>
497
498 <dd>String [Windows:REG_SZ]</dd>
499
500 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
501
502 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty</dd>
503
504 <dt style="font-weight:bold">Policies.json:</dt>
505
506 <dd style="font-family:monospace"><pre>"Cookies": {
507 "AcceptThirdParty": ["always"|"never"|"from-visited"]
508 }</pre></dd>
509
510 <dt style="font-weight:bold">Supported on:</dt>
511
512 <dd>
513 <ul style="padding-left:0px;margin-left:0px">
514 <li>Firefox (Windows) RR and ESR since version 60</li>
515 </ul>
516 </dd>
517
518 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
519
520 <dd style="font-family:monospace">N/A</dd>
521
522 <dt style="font-weight:bold">Preferences modified:</dt>
523
524 <dd style="font-family:monospace">network.cookie.cookieBehavior</dd>
525
526 <dt style="font-weight:bold">Description:</dt>
527
528 <dd>
529 <p>If you have enabled cookies, you can use this policy to determine how third-party cookies are handled:
530 <ul>
531 <li>always: Always accept third-party cookies</li>
532 <li>never: Never accept third-party cookies</li>
533 <li>from-visted: Accept third-party cookies from sites I've already visited</li>
534 </ul>
535 </dd>
536 </dl><a href="#top">Back to top</a>
537 </div>
538
539 <div style="margin-left:0px">
540 <h3><a name="CookiesExpireAtSessionEnd" id="CookiesExpireAtSessionEnd"></a>Cookies - ExpireAtSessionEnd</h3>
541
542 <span>When cookies expire</span>
543
544 <dl>
545 <dt style="font-weight:bold">Data type:</dt>
546
547 <dd>Boolean [Windows:REG_DWORD]</dd>
548
549 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
550
551 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd</dd>
552
553 <dt style="font-weight:bold">Policies.json:</dt>
554
555 <dd style="font-family:monospace"><pre>"Cookies": {
556 "ExpireAtSessionEnd": [true|false]
557 }</pre></dd>
558
559 <dt style="font-weight:bold">Supported on:</dt>
560
561 <dd>
562 <ul style="padding-left:0px;margin-left:0px">
563 <li>Firefox (Windows) RR and ESR since version 60</li>
564 </ul>
565 </dd>
566
567 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
568
569 <dd style="font-family:monospace">N/A</dd>
570
571 <dt style="font-weight:bold">Preferences modified:</dt>
572
573 <dd style="font-family:monospace">network.cookie.lifetimePolicy</dd>
574
575 <dt style="font-weight:bold">Description:</dt>
576
577 <dd>
578 <p>If this policy is set to true, cookies will expire when Firefox is closed.
579 </dd>
580 </dl><a href="#top">Back to top</a>
581 </div>
582
583 <div style="margin-left:0px">
584 <h3><a name="CookiesLocked" id="CookiesLocked"></a>Cookies - Locked</h3>
585
586 <span>Don't allow cookie preferences to be changed</span>
587
588 <dl>
589 <dt style="font-weight:bold">Data type:</dt>
590
591 <dd>Boolean [Windows:REG_DWORD]</dd>
592
593 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
594
595 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\Cookies\Locked</dd>
596
597 <dt style="font-weight:bold">Policies.json:</dt>
598
599 <dd style="font-family:monospace"><pre>"Cookies": {
600 "Locked": [true|false]
601 }</pre></dd>
602
603 <dt style="font-weight:bold">Supported on:</dt>
604
605 <dd>
606 <ul style="padding-left:0px;margin-left:0px">
607 <li>Firefox (Windows) RR and ESR since version 60</li>
608 </ul>
609 </dd>
610
611 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
612
613 <dd style="font-family:monospace">N/A</dd>
614
615 <dt style="font-weight:bold">Preferences modified:</dt>
616
617 <dd style="font-family:monospace">N/A</dd>
618
619 <dt style="font-weight:bold">Description:</dt>
620
621 <dd>
622 <p>If this policy is set to true, cookie preferences cannot be changed.
623 </dd>
624 </dl><a href="#top">Back to top</a>
625 </div>
626
627 <div style="margin-left:0px">
628 <h3><a name="DisableMasterPasswordCreation" id="DisableMasterPasswordCreation"></a>DisableMasterPasswordCreation</h3>
629
630 <span>Remove master password functionality</span>
631
632 <dl>
633 <dt style="font-weight:bold">Data type:</dt>
634
635 <dd>Boolean [Windows:REG_DWORD]</dd>
636
637 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
638
639 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation</dd>
640
641 <dt style="font-weight:bold">Policies.json:</dt>
642
643 <dd style="font-family:monospace">DisableMasterPasswordCreation</dd>
644
645 <dt style="font-weight:bold">Supported on:</dt>
646
647 <dd>
648 <ul style="padding-left:0px;margin-left:0px">
649 <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
650 </ul>
651 </dd>
652
653 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
654
655 <dd style="font-family:monospace">noMasterPassword</dd>
656
657 <dt style="font-weight:bold">Preferences modified:</dt>
658
659 <dd>N/A</dd>
660
661 <dt style="font-weight:bold">Description:</dt>
662
663 <dd>
664 <p>If this policy is set to true, the master password functionality is removed from the browser.
665 </dd>
666 </dl><a href="#top">Back to top</a>
667 </div>
668
669 <div style="margin-left:0px">
670 <h3><a name="DisableAppUpdate" id="DisableAppUpdate"></a>DisableAppUpdate</h3>
671
672 <span>Disable application updates</span>
673
674 <dl>
675 <dt style="font-weight:bold">Data type:</dt>
676
677 <dd>Boolean [Windows:REG_DWORD]</dd>
678
679 <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
680
681 <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\DisableAppUpdate</dd>
682
683 <dt style="font-weight:bold">Policies.json:</dt>
684
685 <dd style="font-family:monospace">DisableAppUpdate</dd>
686
687 <dt style="font-weight:bold">Supported on:</dt>
688
689 <dd>
690 <ul style="padding-left:0px;margin-left:0px">
691 <li>Firefox (Linux, Mac, Windows) ESR only since version 60</li>
692 </ul>
693 </dd>
694
695 <dt style="font-weight:bold">CCK2 Equivalent:</dt>
696
697 <dd style="font-family:monospace">disableFirefoxUpdates</dd>
698
699 <dt style="font-weight:bold">Preferences modified:</dt>
700
701 <dd>N/A</dd>
702
703 <dt style="font-weight:bold">Description:</dt>
704
705 <dd>
706 <p>If this policy is set to true, Firefox updates are disabled and locked.
707 </dd>
708 </dl><a href="#top">Back to top</a>
709 </div>
710
711 </body>
712 </html>

patrick-canterino.de