Disable CORS policy on chrome

Aug 14, 01:38 PM

method one:
For Windows:
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
from: https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome

method two:

- RIGHT-CLICK the lock symbol immediately left of the URL
- click “GEAR Site settings” (bottom option)
- scroll down to “Insecure content” (seventh from bottom)
- change “Block” to “Allow”

Mark Edwards

,

---

Commenting is closed for this article.

---