Answers for "chrome allow cors setting"

0

run chrome without cors

$ open -a Google Chrome --args --disable-web-security --user-data-dir
Posted by: Guest on March-08-2020
0

disable cors in new chrome

chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
Posted by: Guest on May-11-2021

Browse Popular Code Answers by Language