Skip to content

Commit 659c4b3

Browse files
committed
Add back clarification
1 parent 878efcd commit 659c4b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/docs/rules/transform/examples/remove-request-header.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
pcx_content_type: example
3-
summary: Create a request header transform rule to remove the `cf-connecting-ip` HTTP header from the request.
3+
summary: Create a request header transform rule (part of Transform Rules) to remove the `cf-connecting-ip` HTTP header from the request.
44
products:
55
- Transform Rules
66
operation:
77
- Request modification
88
title: Remove a request header
9-
description: Create a request header transform rule to remove the `cf-connecting-ip` HTTP header from the request.
9+
description: Create a request header transform rule (part of Transform Rules) to remove the `cf-connecting-ip` HTTP header from the request.
1010
---
1111

1212
import { Example } from "~/components";

src/content/docs/rules/transform/examples/remove-response-header.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
pcx_content_type: example
3-
summary: Create a response header transform rule to remove the `cf-connecting-ip` HTTP header from the response.
3+
summary: Create a response header transform rule (part of Transform Rules) to remove the `cf-connecting-ip` HTTP header from the response.
44
products:
55
- Transform Rules
66
operation:
77
- Response modification
88
title: Remove a response header
9-
description: Create a response header transform rule to remove the `cf-connecting-ip` HTTP header from the response.
9+
description: Create a response header transform rule (part of Transform Rules) to remove the `cf-connecting-ip` HTTP header from the response.
1010
---
1111

1212
import { Example } from "~/components";

0 commit comments

Comments
 (0)