Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

De-XHRify HTTP: everything except CORS #31013

Merged
merged 6 commits into from
Dec 16, 2023
Prev Previous commit
Set codeface
  • Loading branch information
teoli2003 committed Dec 16, 2023
commit df7bf6eb6bdc076ab718962277be03448a6eb393
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Access-Control-Allow-Credentials: true

## Directives

- true
- `true`
- : The only valid value for this header is `true` (case-sensitive). If you
don't need credentials, omit this header entirely (rather than setting its value to
`false`).
Expand Down