securityLevel property
String
get
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;
set
securityLevel
(String v)
Implementation
external set securityLevel(String v);