disable cors in new chrome
chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
disable cors in new chrome
chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
how disabled cors in chrome
48
I find the best way to do this is duplicate a Chrome or Chrome Canary shortcut on your windows desktop. Rename this shortcut to "NO CORS" then edit the properties of that shortcut.
in the target add --disable-web-security --user-data-dir="D:/Chrome" to the end of the target path.
your target should look something like this:
Update: New Flags added.
"C:Program Files (x86)GoogleChromeApplicationchrome.exe" --disable-web-security --user-data-dir="D:/Chrome
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us