When trying to do a HTTP request using XMLHttpRequest from a local file, it basically fails due to Access-Control-Allow-Origin violation.
Access-Control-Allow-Origin
However, I\'m
On Ubuntu:
chromium-browser --disable-web-security
For more details/switches:
http://peter.sh/experiments/chromium-command-line-switches/
Referenced from