Skip to content

Commit

Permalink
Fetch: update default Request credentials mode
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino authored and annevk committed Apr 20, 2018
1 parent f56ee9d commit 55d647f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fetch/api/request/request-init-003.sub.html
Expand Up @@ -44,7 +44,7 @@
"referrer" : "about:client",
"referrerPolicy" : "",
"mode" : "cors",
"credentials" : "omit",
"credentials" : "same-origin",
"cache" : "default",
"redirect" : "follow",
"integrity" : "",
Expand Down
2 changes: 1 addition & 1 deletion fetch/api/request/request-structure.html
Expand Up @@ -76,7 +76,7 @@
break;

case "credentials":
defaultValue = "omit";
defaultValue = "same-origin";
newValue = "cors";
break;

Expand Down

0 comments on commit 55d647f

Please sign in to comment.