Skip to content

Instantly share code, notes, and snippets.

@mbijon
Created September 19, 2016 19:04
  • Star 25 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mbijon/c2aff204a82129c1289087f652330f9e to your computer and use it in GitHub Desktop.
CLI command to start Chrome with XSS Auditor disabled. Use for XSS/security testing
'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' --disable-xss-auditor --enable-devtools-experiments --disable-features=enable-automatic-password-saving
@raz455
Copy link

raz455 commented Oct 20, 2019

Thanks a Lot !!

@mbijon
Copy link
Author

mbijon commented Oct 20, 2019

You're welcome

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