Last active
December 29, 2015 00:19
-
-
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.”
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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