Skip to content

Commit 33bd9b5

Browse files
Update src/content/docs/cache/concepts/cache-control.mdx
1 parent 6dcea96 commit 33bd9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/concepts/cache-control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Certain scenarios also affect Origin Cache Control behavior when it is enabled o
197197
</table>
198198

199199
:::note
200-
When the `Cloudflare-Cdn-Cache-Control` header is set, OCC is effectively turned **on** (regardless of whether OCC is enabled or disabled). As a result, we apply our Authorization header logic (per [RFC 7234, Section 3.2](https://tools.ietf.org/html/rfc7234#section-3.2)) to allow only the `s-maxage`, `must-revalidate`, or `public` directives. If any other directive is present, we do not cache the asset and instead return `BYPASS`.
200+
When the `Cloudflare-Cdn-Cache-Control` header is set, OCC is turned **on** (regardless of whether OCC is enabled or disabled). As a result, we apply our Authorization header logic (per [RFC 7234, Section 3.2](https://tools.ietf.org/html/rfc7234#section-3.2)) to allow only the `s-maxage`, `must-revalidate`, or `public` directives. If any other directive is present, we do not cache the asset and instead return `BYPASS`.
201201
:::
202202

203203
## Examples

0 commit comments

Comments
 (0)