Skip to content

Commit d550b5b

Browse files
authored
[Rules] Remove FL2/latest CDN proxy notes from body buffering docs (#30227)
The latest CDN proxy (FL2) is now broadly available, so the notes about it only taking effect on FL2 zones are no longer relevant. Removes the note from: - Request Body Buffering section - Response Body Buffering section - Body buffering changelog entry Closes PCX-21712
1 parent d9dae4a commit d550b5b

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/content/changelog/rules/2026-01-27-body-buffering-settings.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ Controls how Cloudflare buffers HTTP response bodies before forwarding them to t
2929
Setting body buffering to **None** may break security functionality that requires body inspection, including the Web Application Firewall (WAF) and Bot Management. Ensure that any paths where you disable buffering do not require security inspection.
3030
:::
3131

32-
:::note[Availability]
33-
These settings only take effect on zones running Cloudflare's [latest CDN proxy](https://blog.cloudflare.com/20-percent-internet-upgrade/). Enterprise customers can contact their account team to enable the latest proxy on their zones.
34-
:::
35-
3632
### API example
3733

3834
```json

src/content/docs/rules/configuration-rules/settings.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ Use the Request Body Buffering setting to configure the request body buffering m
254254
- **Full**: Buffers the entire request body before sending the request to your origin server.
255255
- **None**: Strictly no buffering. The request body is streamed directly to the origin server without inspection.
256256

257-
This setting only takes effect on zones running Cloudflare's [latest CDN proxy](https://blog.cloudflare.com/20-percent-internet-upgrade/). Enterprise customers can contact their account team to enable the latest proxy on their zones.
258-
259257
:::caution
260258
Setting request body buffering to **None** may break functionality that requires body inspection. In particular, this can impact the effectiveness of the Web Application Firewall (WAF) and other security features that rely on analyzing request bodies to detect and block threats.
261259
:::
@@ -283,8 +281,6 @@ Use the Response Body Buffering setting to configure the response body buffering
283281
- **Standard** (default): Allows Cloudflare products to inspect a prefix of the response body when necessary for enabled functionality on your zone.
284282
- **None**: Strictly no buffering. The response body is streamed directly to the client without inspection.
285283

286-
This setting only takes effect on zones running Cloudflare's [latest CDN proxy](https://blog.cloudflare.com/20-percent-internet-upgrade/). Enterprise customers can contact their account team to enable the latest proxy on their zones.
287-
288284
:::caution
289285
Setting response body buffering to **None** may break functionality that requires body inspection. In particular, this can impact the effectiveness of the Web Application Firewall (WAF) and other security features that rely on analyzing response bodies to detect and block threats.
290286
:::

0 commit comments

Comments
 (0)