Can the same-origin request policy be disabled in Microsoft Edge

microsoft-edge

The same-origin request policy can be disabled in Chrome using the --disable-web-security flag and in Internet Explorer by changing the security/zone settings.

Is it possible to temporarily disable the same-origin policy in Microsoft Edge?

NOTE: I'm not interested in answers/comments about why this policy exists, why I shouldn't disable it, how to use CORS headers (access-control-allow-origin and the like). I only want to know if there's a way to disable the policy in Edge like you can in other browsers.

Best Answer

Edge now exposes experimental flags, including CORS functionality. Try typing edge:\\flags in the address bar, then searching for CORS. Making a change requires restarting the browser.

Related Question