The Computer Oracle

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

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Melt

--

Chapters
00:00 Can The Same-Origin Request Policy Be Disabled In Microsoft Edge?
00:35 Answer 1 Score 11
01:43 Accepted Answer Score 4
02:00 Answer 3 Score 3
02:09 Thank you

--

Full question
https://superuser.com/questions/1020612/...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#microsoftedge

#avk47



ANSWER 1

Score 11


No. The concept of security zones is completely gone in Edge; it doesn't respect the Internet Options dialog from IE11 either. Edge has no command-line parameters (though it can be launched from the command line either with shell: followed by its app ID or with microsoft-edge: followed by the URL). The advanced options don't produce anything useful either.

However, there is a workaround, kind of: Edge has a few Group Policy settings. You can open the Local Group Policy Editor by running gpedit.msc if you don't have a domain. Navigate to the Configure the Enterprise Mode Site List policy (in Computer ConfigurationAdministrative TemplatesWindows ComponentsMicrosoft Edge). Sites you put in the "URI" box will be automatically opened in Internet Explorer 11 when you navigate to them in Edge. You can then, of course, configure security settings just as before.

This workaround is really quite sad, and I am always disappointed when rewrites of programs are missing huge chunks of configurability. As has been mentioned in the comments, it may be better to adjust (or even intercept and change via proxy, if you have to) the headers on the appropriate pages.




ACCEPTED ANSWER

Score 4


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.




ANSWER 3

Score 3


Yes, it's possible.

Just run msedge with the following command line parameters:

--args --disable-web-security --user-data-dir

Tested on Version 113.0.1774.42 (Official build) (64-bit)