Skip to content

Commit 6caa607

Browse files
authored
Update functions.mdx
Text says "Header Transforms," but it works on Rewrite URL, which is also considered a Transform, and is also listed on a page hyperlinked to. Removing "Header" since it works on all Transforms.
1 parent 8af20c6 commit 6caa607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ruleset-engine/rules-language/functions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Decodes a Base64-encoded String specified in `source`.
122122
For example, with the following HTTP request header: `client_id: MTIzYWJj`, `(any(decode_base64(http.request.headers["client_id"][*])[*] eq "123abc"))` would return `true`.
123123

124124
:::note
125-
You can only use the `decode_base64()` function in [header transform rules](/rules/transform/), [custom rules](/waf/custom-rules/), and [rate limiting rules](/waf/rate-limiting-rules/).
125+
You can only use the `decode_base64()` function in [transform rules](/rules/transform/), [custom rules](/waf/custom-rules/), and [rate limiting rules](/waf/rate-limiting-rules/).
126126
:::
127127

128128
### `ends_with`

0 commit comments

Comments
 (0)