Skip to content

Instantly share code, notes, and snippets.

@ricca509
Last active August 10, 2023 08:25
Show Gist options
  • Save ricca509/597a5e0f7960ea301d144b9db5e75cec to your computer and use it in GitHub Desktop.
Save ricca509/597a5e0f7960ea301d144b9db5e75cec to your computer and use it in GitHub Desktop.
Chrome: Disable web security [OSX]
// OSX
open -na Google\ Chrome --args --disable-web-security --user-data-dir="/tmp/chrome_dev"
@anujith-singh
Copy link

How do you enable it again

@ZatacaSystems
Copy link

How do you enable it again

You just close the browser and the next time you open it, if you want to disable it again you have to repeat the process

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