Skip to content

XSLTEnabled

Enable or disable support for the XSLTProcessor JavaScript API and the XSLT processing instruction.

Compatibility: Firefox 151
CCK2 Equivalent: N/A
Preferences Affected: dom.xslt.enabled

Software\Policies\Mozilla\Firefox\XSLTEnabled = 0x1 | 0x0

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/XSLTEnabled

Value (string):

<enabled/> or <disabled/>
<dict>
<key>XSLTEnabled</key>
<true/> | <false/>
</dict>
{
"policies": {
"XSLTEnabled": true | false
}
}