Skip to content

Instantly share code, notes, and snippets.

@davidmontoyago
Last active December 29, 2015 00:19
Show Gist options
  • Save davidmontoyago/7585198 to your computer and use it in GitHub Desktop.
Save davidmontoyago/7585198 to your computer and use it in GitHub Desktop.
Open new Chrome window with disabled security. Use it to execute JS apps without using a local app server and avoid the “Cross origin requests are only supported for HTTP.”
open -na "Google Chrome" --args --disable-web-security --user-data-dir=/tmp/junk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment