Skip to content

Commit 9ba43b9

Browse files
cf-scottpedrosousa
andauthored
[Ruleset Engine] Rules language: Update decode_base64() function (#25431)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 05c8851 commit 9ba43b9

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)