Skip to content

Commit 407a993

Browse files
Update src/content/docs/cache/how-to/cache-keys.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent 7707673 commit 407a993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/how-to/cache-keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In the **Check if header contains** section, you can add header names and their
9595

9696
To check for the presence of a header without including its actual value, use the **Check presence of** option.
9797

98-
Currently, you can only exclude the `Origin` header. The `Origin` header is always included unless explicitly excluded. Including the [Origin header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin) in the Cache Key is important to enforce [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS). Additionally, you cannot include the following headers:
98+
Currently, you can only exclude the `Origin` header. The `Origin` header is always included unless explicitly excluded. Including the [Origin header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin) in the Cache Key is important to enforce [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS).
9999

100100
Additionally, you cannot include the following headers:
101101

0 commit comments

Comments
 (0)