Skip to content

Commit

Permalink
Update files/en-us/web/api/fetch_api/using_fetch/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg authored Jun 21, 2024
1 parent 203e2bc commit fa701a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/fetch_api/using_fetch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Credentials are cookies, {{glossary("TLS")}} client certificates, or authenticat

To control whether or not the browser sends credentials, set the `credentials` option, which can take one of the following three values:

- `omit`: never send credentials or include credentials in the response.
- `omit`: never send credentials in the request or include credentials in the response.
- `same-origin` (the default): only send and include credentials for same-origin requests.
- `include`: always include credentials, even cross-origin.

Expand Down

0 comments on commit fa701a4

Please sign in to comment.