Skip to content

Commit ccc4c62

Browse files
Update to purge by cache-tag (#18391)
1 parent 4f35858 commit ccc4c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You add cache-tags to your web content in `Cache-Tag` HTTP response headers to a
3030

3131
When your content reaches our edge network, Cloudflare:
3232

33-
* Removes the `Cache-Tag` HTTP header before sending the response to your website visitor. Your end users never see `Cache-Tag` HTTP headers on your Cloudflare-enabled website.
33+
* Removes the `Cache-Tag` HTTP header before sending the response to your website visitor or passing the response to a [Worker](/workers/). Your end users or Worker never see `Cache-Tag` HTTP headers on your Cloudflare-enabled website.
3434
* Removes whitespaces from the header and any before and after cache-tag names: `tag1`, `tag2` and `tag1,tag2` are considered the same.
3535
* Removes all repeated and trailing commas before applying cache-tags: `tag1,,,tag2` and `tag1,tag2` are considered the same.
3636

0 commit comments

Comments
 (0)