I'm working on a project that requires me to use chrome to visit hundreds of websites with the --disable-web-security flag. As far as I understand, enabling this flag will disable the same origin policy. I can't, however, find information regarding whether other browser security measures such as XSS auditing are disabled as well. Does the --disable-web-security flag only apply to the same origin policy?
If indeed this flag only applies to the same origin policy, would I then be safe to browse with it enabled as long as I am in a new incognito session? If not, would browsing within a virtual machine provide complete protection?
EDIT: I also will not be inputing any personal information while this flag is enabled.