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 <