enable_javascript_markup


Description:

[ Version ( since = "2.24" ) ]
public bool enable_javascript_markup { get; set construct; }

Determines whether or not JavaScript markup is allowed in document.

When this setting is disabled, all JavaScript-related elements and attributes are removed from the document during parsing. Note that executing JavaScript is still allowed if enable_javascript is true.