Cors - Run Chrome Without
Here is how to launch Google Chrome with CORS security disabled.
Run Chrome with:
google-chrome-beta --user-data-dir="/tmp/ChromeDevTestUserDir" --disable-web-security run chrome without cors
If you find yourself doing this often, typing that long command every time is tedious. Here is how to automate it. Here is how to launch Google Chrome with
CORS exists to prevent malicious websites from stealing your data on other sites (like your banking info or email). Disabling it makes your browser vulnerable. Close the special instance when you are done. run chrome without cors