disable_web_security


Description:

[ Version ( since = "2.40" ) ]
public bool disable_web_security { get; set construct; }

Enable or disable support for Web Security on pages.

This setting disables the same-origin policy, allowing every website full control over all other websites. This is for use in special environments where you wish to disable all security and allow websites to hack each other. It is impossible to use this setting securely.