Skip to content

Instantly share code, notes, and snippets.

@voidvn
Created May 25, 2023 20:20
Show Gist options
  • Save voidvn/2640da71fc7da16d69ddd0eec5b171a0 to your computer and use it in GitHub Desktop.
Save voidvn/2640da71fc7da16d69ddd0eec5b171a0 to your computer and use it in GitHub Desktop.
Linux terminal command to launch Google Chrome with disabled web-security flag(use to avoid CORS errors)
# in user data dir spicify your home folder or other dir
google-chrome --disable-web-security --user-data-dir=/home/void/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment