Disable same origin policy in Chrome | Disable CORS | CORS error in chrome | How To Frontend

Опубликовано: 17 Март 2026
на канале: How To FrontEnd
9,669
37

Is there any way to disable the Same-origin policy on Google's Chrome browser?

Yes ! Follow these step

-1 Right click on desktop, add new shortcut
2Add the target as "[PATH_TO_CHROME]\chrome.exe" --disable-web-security --disable-gpu --user-data-dir=~/chromeTemp
-3 Click OK.