Settings.disableWebSecurity

bool disableWebSecurity() @property

Get disableWebSecurity property.

Returns

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.

void disableWebSecurity(bool propval) @property

Set disableWebSecurity property.

Parameters

propvalEnable 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.