Skip to content

Commit 972353c

Browse files
[Rules] Add notes to Managed Transforms (#22342)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 7a95c91 commit 972353c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/content/docs/rules/transform/managed-transforms/reference.mdx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ This page lists the available Managed Transforms. They can modify HTTP request h
1414
file="snippets-alternative"
1515
params={{ suffix: "and customized header modifications" }}
1616
/>
17-
<br />
1817

19-
:::caution
20-
The names of HTTP headers are case-insensitive. Cloudflare may use a capitalization different from the one presented in this page. Make sure that your origin server can handle HTTP request headers regardless of the exact capitalization of their names.
21-
:::
18+
## Important remarks
19+
20+
- Enabling a Managed Transform may cause issues in your website. You should test any changes in a staging environment. If you detect any undesired or unexpected behavior, consider disabling the Managed Transform and creating a partial implementation using your own transform rule.
21+
22+
- The names of HTTP headers are case-insensitive. Cloudflare may use a capitalization different from the one presented in this page. Make sure that your origin server can handle HTTP request headers regardless of the exact capitalization of their names.
2223

2324
## HTTP request headers
2425

@@ -72,7 +73,7 @@ Adds HTTP headers with location information for the visitor's IP address to the
7273
- `cf-postal-code`: The visitor's postal code (value from the [`ip.src.postal_code`](/ruleset-engine/rules-language/fields/reference/ip.src.postal_code/) field).
7374
- `cf-timezone`: The name of the visitor's timezone (value from the [`ip.src.timezone.name`](/ruleset-engine/rules-language/fields/reference/ip.src.timezone.name/) field).
7475

75-
:::caution
76+
:::note
7677
Turning on [IP geolocation](/network/ip-geolocation/) will send a `cf-ipcountry` HTTP header to your origin server even when **Add visitor location headers** is turned off.
7778
:::
7879

@@ -153,6 +154,10 @@ Removes the `X-Powered-By` HTTP response header that provides information about
153154

154155
### Add security headers
155156

157+
:::note
158+
Adding the following security headers may have an impact on your website, such as blocking resources or triggering certificate errors. If you find any issues, try disabling the Managed Transform to isolate the possible cause.
159+
:::
160+
156161
Adds several security-related HTTP response headers. The added response headers and values are the following:
157162

158163
- `x-content-type-options: nosniff`

0 commit comments

Comments
 (0)