mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Bug 1394399 - Fix web-platform-tests to expect "same-origin" default Request.credentials
Issue #389
This commit is contained in:
parent
72fa225e1b
commit
8c8210bacf
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue