Last active
August 10, 2023 08:25
-
-
Save ricca509/597a5e0f7960ea301d144b9db5e75cec to your computer and use it in GitHub Desktop.
Chrome: Disable web security [OSX]
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
// OSX | |
open -na Google\ Chrome --args --disable-web-security --user-data-dir="/tmp/chrome_dev" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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