mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 00:08:27 +00:00
Bug 1394399 - Fix web-platform-tests to expect "same-origin" default Request.credentials
Issue #389
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"referrer" : "http://{{host}}:{{ports[http][0]}}/",
|
||||
"referrerPolicy" : "",
|
||||
"mode" : "cors",
|
||||
"credentials" : "omit",
|
||||
"credentials" : "same-origin",
|
||||
"cache" : "default",
|
||||
"redirect" : "follow",
|
||||
"integrity" : "",
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
break;
|
||||
|
||||
case "credentials":
|
||||
defaultValue = "omit";
|
||||
defaultValue = "same-origin";
|
||||
newValue = "cors";
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user