From df7bf6eb6bdc076ab718962277be03448a6eb393 Mon Sep 17 00:00:00 2001 From: Jean-Yves Perrier Date: Sat, 16 Dec 2023 07:53:36 +0100 Subject: [PATCH] Set codeface --- .../web/http/headers/access-control-allow-credentials/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/http/headers/access-control-allow-credentials/index.md b/files/en-us/web/http/headers/access-control-allow-credentials/index.md index eaa766b6e081551..61962013e44fb42 100644 --- a/files/en-us/web/http/headers/access-control-allow-credentials/index.md +++ b/files/en-us/web/http/headers/access-control-allow-credentials/index.md @@ -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`).