mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08: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" : "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue