]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Add XMLDocument prefs
[policy-templates.git] / README.md
index 1f50b95c2d8bd1fce5b7dd6e8fa9ea1fb1f12607..b894da46c90c2241c94e2ceb828c6cbac4a45ac2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1337,8 +1337,7 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
-Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1= "https://example.com"
-
+Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
 ```
 #### macOS
 ```
@@ -2290,6 +2289,10 @@ Set and lock certain preferences.
 |     See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
 |     See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
+| dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
+|     If false, XMLDocument.load is not available
+| dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
+|     If false, XMLDocument.async is not available.
 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
 |     If false, the extensions blocklist is not used (Not recommended)
 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A

patrick-canterino.de