You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/partials/cloudflare-one/gateway/order-of-enforcement.mdx
+77-2Lines changed: 77 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,18 @@
2
2
{}
3
3
---
4
4
5
-
import { Render } from"~/components";
5
+
import { Render, Details } from"~/components";
6
+
7
+
:::caution[Order of enforcement changing on 2025-07-14]
8
+
On 2025-07-14, Gateway will begin evaluating network-level policies before application-level policies and verify the network path to an origin server before accepting a connection. This change will affect how Gateway filters traffic when you proxy and decrypt TLS traffic. For example:
9
+
10
+
<Detailsheader="Comparison of old and new order of enforcement">
11
+
12
+
|| Old order of enforcement | New order of enforcement |
|**Network Block policy and HTTP Block policy**| Gateway blocks traffic and displays the block page and/or the client notification configured for the HTTP policy. | Gateway blocks traffic. Gateway does not display the block page but will display the client notification configured for the Network policy. |
15
+
|**Network Allow policy and HTTP Block policy**| Gateway blocks traffic and displays the block page and the client notification configured for the HTTP policy. | No change. |
16
+
|**Network Block policy and HTTP Allow policy**| Gateway blocks traffic and displays the client notification configured for the Network policy. | No change. |
0 commit comments