BE/Security
[ CHROME ] CORS 무력화
HEON.D
2022. 2. 7. 12:28
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_sess_1" --disable-web-security
https://stackoverflow.com/questions/35432749/disable-web-security-in-chrome-48
Disable-web-security in Chrome 48+
I have a problem with the --disable-web-security flag. It is not working in Chrome 48 and Chrome 49 beta on Windows. I've tried killing all of the instances, reboot and run Chrome with the flag fi...
stackoverflow.com