webSecurity

abstract var webSecurity: Boolean?(source)

When false, it will disable the same-origin policy (usually using testing websites by people), and set allowRunningInsecureContent to true if this options has not been set by user. Default is true.