all JavaScript-related elements and attributes are removed from the document during parsing. Note that executing JavaScript is still allowed if #WebKitSettings:enable-javascript is true.
Settings.enableJavascriptMarkup
bool enableJavascriptMarkup() @propertyGet enableJavascriptMarkup property.
Returns
Determines whether or not JavaScript markup is allowed in document. When this setting is disabled,
void enableJavascriptMarkup(bool propval) @propertySet enableJavascriptMarkup property.
Parameters
propval | 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 #WebKitSettings:enable-javascript is true. |