securityLevel property

String securityLevel

Disallow/allow potentially dangerous cross-site scripting behavior. See SecurityLevel class for possible values. default: SecurityLevel.Strict If the value is not present, the default behavior is SecurityLevel.Strict

Implementation

external String get securityLevel;
void securityLevel=(String v)

Implementation

external set securityLevel(String v);