From 4aaac7e37117b7909059c0ea136f0a2cb39cfc28 Mon Sep 17 00:00:00 2001 From: huabing zhao Date: Wed, 1 Nov 2023 09:24:44 +0800 Subject: [PATCH] address comments Signed-off-by: huabing zhao --- site/content/en/latest/user/cors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/en/latest/user/cors.md b/site/content/en/latest/user/cors.md index 7b757394ac3..c8192c62864 100644 --- a/site/content/en/latest/user/cors.md +++ b/site/content/en/latest/user/cors.md @@ -16,7 +16,7 @@ Before proceeding, you should be able to query the example backend using HTTP. ## Configuration -The below example defines a SecurityPolicy that allows CORS requests from `*.foo.com`. +The below example defines a SecurityPolicy that allows CORS requests from `www.foo.com`. ```shell cat <