Google local debugging cross domain

Cross-domain settings for new browsers (cross-domain settings after version number 49)
1. Create a new directory on your computer (any location), such as C:\MyChromeDevUserData (if there is no such folder)

2. Copy a Google shortcut for debugging, right-click on Google Chrome and select Properties;

3. Add --disable-web-security --user-data-dir=C:\MyChromeDevUserData at the end of the target input box
(if there is a quotation mark at the end, put it outside the quotation marks)

4. Apply and confirm

 

Guess you like

Origin blog.csdn.net/ANNENBERG/article/details/128633981