Skip to content

Instantly share code, notes, and snippets.

@Natumsol
Created December 10, 2019 07:07
Show Gist options
  • Save Natumsol/5ce41d8751e83fe363dd709422a31eca to your computer and use it in GitHub Desktop.
Save Natumsol/5ce41d8751e83fe363dd709422a31eca to your computer and use it in GitHub Desktop.
禁用Chrome安全策略,允许跨域、Mix-Content
mkdir -p ~/chrome/chrome_dev_sess
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --disable-web-security --allow-running-insecure-content --user-data-dir="~/chrome/chrome_dev_sess"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment