Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Adds HTTP headers with bot-related values to the request sent to the origin serv

- `cf-bot-score`: Contains the <GlossaryTooltip term="bot score" link="/bots/concepts/bot-score/">bot score</GlossaryTooltip> (for example, `30`).
- `cf-verified-bot`: Contains `true` if the request comes from a <GlossaryTooltip term="verified bot" link="/bots/concepts/bot/#verified-bots">verified bot</GlossaryTooltip>, or `false` otherwise.
- `cf-threat-score`: Contains the <GlossaryTooltip term="threat score" link="/waf/tools/security-level/#threat-score">threat score</GlossaryTooltip> (for example, `10`).
- `cf-ja3-hash`: Contains the <GlossaryTooltip term="JA3 fingerprint" link="/bots/concepts/ja3-ja4-fingerprint/">JA3 fingerprint</GlossaryTooltip>.
- `cf-ja4`: Contains the <GlossaryTooltip term="JA3 fingerprint" link="/bots/concepts/ja3-ja4-fingerprint/">JA4 fingerprint</GlossaryTooltip>.

Expand Down
Loading