Skip to content

Instantly share code, notes, and snippets.

@mikebarkas
Last active August 29, 2015 14:08
Show Gist options
  • Save mikebarkas/6480fa31020a692e62e2 to your computer and use it in GitHub Desktop.
Save mikebarkas/6480fa31020a692e62e2 to your computer and use it in GitHub Desktop.
Disable chrome origin poicy

OSX: $ open -a Google\ Chrome --args --disable-web-security

Linux: $ google-chrome --disable-web-security

AJAX,JSON flags: -–allow-file-access-from-files

PC from directory with exe: chrome.exe --disable-web-security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment