klyn.gui.windows.browser.BrowserWidget.allowScripts
property
public property allowScripts as Boolean:
Description

Whether inline and external scripts may use the embedded DOM profile.

Set this before navigation. Disabling scripts does not affect HTML, CSS, link activation or history.

Example
browser.allowScripts = false
browser.refresh()