Skip to content

Commit fecfde5

Browse files
authored
[Ruleset Engine] Clarify rewrite action (#18465)
1 parent 5aa5b35 commit fecfde5

File tree

2 files changed

+2
-2
lines changed
  • src/content/docs

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The available actions depend on the [phase](/ruleset-engine/about/phases/) where
170170
</td>
171171
<td>
172172
<p>
173-
Adjusts the URI path, query string, and/or HTTP headers of requests and responses, according to the rule configuration.
173+
Rewrites the request (or response) by adjusting the URI path, query string, and/or HTTP request/response headers, according to the rule configuration.
174174
</p>
175175
<p>Only available in:</p>
176176
<ul>

src/content/docs/waf/managed-rules/check-for-exposed-credentials/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The username and password credentials in clear text never leave the Cloudflare n
2727

2828
The WAF can perform one of the following actions when it detects exposed credentials:
2929

30-
- **Exposed-Credential-Check Header**: Adds a new HTTP header to HTTP requests with exposed credentials. Your application at the origin can then force a password reset, start a two-factor authentication process, or perform any other action. The name of the added HTTP header is `Exposed-Credential-Check` and its value is `1`.
30+
- **Exposed-Credential-Check Header**: Adds a new HTTP header to HTTP requests with exposed credentials. Your application at the origin can then force a password reset, start a two-factor authentication process, or perform any other action. The name of the added HTTP header is `Exposed-Credential-Check` and its value is `1`. The action name is `Rewrite` in [Security Events](/waf/analytics/security-events/paid-plans/).
3131

3232
:::caution
3333
While the header name is the same as when using the [**Add Leaked Credentials Checks Header** managed transform](/rules/transform/managed-transforms/reference/#add-leaked-credentials-checks-header), the header can have different values when using the managed transform (from `1` to `4`), depending on your Cloudflare plan.

0 commit comments

Comments
 (0)