Open Chrome Without Web Security Mac

[Solved] Open Chrome Without Web Security Mac | Shell - Code Explorer | yomemimo.com
Question : open chrome without web security

Answered by : sherin-shaju

Open the start menu
Type windows+R or open "Run"
Execute the following command:
chrome.exe --user-data-dir="C://Chrome dev session" --disable-web-security

Source : https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome | Last Update : Sun, 06 Mar 22

Question : open chrome without web security mac

Answered by : anos-mhazo

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

Source : https://alfilatov.com/posts/run-chrome-without-cors/ | Last Update : Thu, 01 Oct 20

Answers related to open chrome without web security mac

Code Explorer Popular Question For Shell