Run Chrome canary and allow CORS (during development!)

Run Chrome canary and allow CORS:

"%LOCALAPPDATA%\Google\Chrome SxS\Application\chrome.exe"  --disable-web-security --user-data-dir=c:\temp\chromium_dev

note - only for when developing local sites!

Comments