How to open chrome with disable security

Abhilog > How to > How to open chrome with disable security
Chrome

How to open chrome with disable security

There might be a need for you to open chrom with its security disable. There might be a need for you to open an application with CORS disabled.

Below scripts can help to open chrome with security disabled:-

For Mac :-

open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome –args –user-data-dir=”/tmp/chrome_dev_test” –disable-web-security

For windows :-

Open Run tool (ctrl +R) in windows and insert the code as below

chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security 

Happy coding 馃檪

Leave a Reply

Your email address will not be published. Required fields are marked *