Link code for the flag --disable-web-security
// Do not apply policies of the same origin. (Used by people checking their sites.)
const char kDisableWebSecurity [] = "disable-web-security";
It prohibits the use of script code, what do you do on selenium RC?
source share