- Kill all chrome processes
TASKKILL F IM chrome.exe
- Right click on desktop, add new shortcut. Add the target as
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="C://Chrome dev session" --disable-web-security --user-data-dir=~/chromeTemp
- If you need disable "SameSite by default cookies". Enter the following into your browser location bar and select "Disabled" in the drop-down.
chrome://flags/#same-site-by-default-cookies
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security
google-chrome --disable-web-security