Disable CORS Chrome check from localhost

When developing app, it is useful when you can disable CORS Chrome check.

Run chrome from commnad line with --disable-web-security --user-data-dir params!

./chrome.exe --disable-web-security --user-data-dir="C:\Users\PROFILE\AppData\Local\Google\Chrome\User Data\Profile 1"