From 22e041dbf2add03ca108ed9132dfe4ec12566510 Mon Sep 17 00:00:00 2001 From: CFSeiya <135921350+CFSeiya@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:28:16 +0900 Subject: [PATCH 1/2] 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-`. --- .../docs/rules/transform/response-header-modification/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/rules/transform/response-header-modification/index.mdx b/src/content/docs/rules/transform/response-header-modification/index.mdx index 6b3351140bf0cf3..bd6b40a66c18635 100644 --- a/src/content/docs/rules/transform/response-header-modification/index.mdx +++ b/src/content/docs/rules/transform/response-header-modification/index.mdx @@ -53,7 +53,7 @@ You can create a response header transform rule [in the dashboard](/rules/transf - 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. -- You cannot modify or remove HTTP response headers whose name starts with `cf-` or `x-cf-`. +- You cannot add, modify or remove HTTP response headers whose name starts with `cf-` or `x-cf-`. - You cannot modify the value of certain headers such as `server`, `eh-cache-tag`, or `eh-cdn-cache-control`. From e91f745c6f1bf8c072b2540f507207af7c46932b Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:23:30 +0100 Subject: [PATCH 2/2] PCX review --- .../docs/rules/transform/response-header-modification/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/rules/transform/response-header-modification/index.mdx b/src/content/docs/rules/transform/response-header-modification/index.mdx index bd6b40a66c18635..7b1335487067a37 100644 --- a/src/content/docs/rules/transform/response-header-modification/index.mdx +++ b/src/content/docs/rules/transform/response-header-modification/index.mdx @@ -53,7 +53,7 @@ You can create a response header transform rule [in the dashboard](/rules/transf - 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. -- You cannot add, modify or remove HTTP response headers whose name starts with `cf-` or `x-cf-`. +- You cannot add, modify, or remove HTTP response headers whose name starts with `cf-` or `x-cf-`. - You cannot modify the value of certain headers such as `server`, `eh-cache-tag`, or `eh-cdn-cache-control`.