Skip to content

Instantly share code, notes, and snippets.

@KhalilZaidoun
Created November 15, 2017 09:31
Show Gist options
  • Save KhalilZaidoun/40b2cf8cc7fe0dbbc36fb55442e2cad2 to your computer and use it in GitHub Desktop.
Save KhalilZaidoun/40b2cf8cc7fe0dbbc36fb55442e2cad2 to your computer and use it in GitHub Desktop.
Run chrome in insecure mode

Ubuntu

google-chrome --args --disable-web-security --allow-running-insecure-content

OSX

open -a Google\ Chrome --args --disable-web-security --allow-running-insecure-content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment