Skip to content

Commit 22e041d

Browse files
authored
Update index.mdx
In Important remarks changed From: You cannot modify or remove HTTP response headers whose name starts with `cf-` or `x-cf-`. To: You cannot add, modify or remove HTTP response headers whose name starts with `cf-` or `x-cf-`.
1 parent 5d72f4f commit 22e041d

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/rules/transform/response-header-modification

1 file changed

+1
-1
lines changed

src/content/docs/rules/transform/response-header-modification/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can create a response header transform rule [in the dashboard](/rules/transf
5353

5454
- The response header values are calculated using the field values from the corresponding HTTP request. For example, the value of `ip.src.country` will be the country of the website visitor, not the origin where the response was sent from.
5555

56-
- You cannot modify or remove HTTP response headers whose name starts with `cf-` or `x-cf-`.
56+
- You cannot add, modify or remove HTTP response headers whose name starts with `cf-` or `x-cf-`.
5757

5858
- You cannot modify the value of certain headers such as `server`, `eh-cache-tag`, or `eh-cdn-cache-control`.
5959

0 commit comments

Comments
 (0)