Skip to content

Commit e321e7c

Browse files
committed
PCX review
1 parent 265e018 commit e321e7c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 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

@@ -154,7 +155,7 @@ Removes the `X-Powered-By` HTTP response header that provides information about
154155
### Add security headers
155156

156157
:::note
157-
The security headers improve protection but may inadvertently block resources (e.g., due to MIME type mismatches), disrupt legacy scripts, prevent external content embeds, omit cross-origin referrer headers, or trigger certificate errors. Before enabling, ensure thorough testing in staging and a clear understanding of each header’s functionality. If issues arise, consider disabling the managed transform rule to isolate the cause. Proceed cautiously to balance security and compatibility.
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.
158159
:::
159160

160161
Adds several security-related HTTP response headers. The added response headers and values are the following:

0 commit comments

Comments
 (0)