Skip to content

Commit 98b4ae2

Browse files
Firewall language: Fix http version field (#508)
Co-authored-by: Aaron Ruby <[email protected]>
1 parent 9f0f055 commit 98b4ae2

File tree

1 file changed

+1
-1
lines changed
  • products/firewall/src/content/cf-firewall-language

1 file changed

+1
-1
lines changed

products/firewall/src/content/cf-firewall-language/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The Cloudflare Firewall Rules language supports these standard fields:
136136
</td>
137137
</tr>
138138
<tr>
139-
<td valign="top"><code>http.version</code><br /><Type>Number</Type></td>
139+
<td valign="top"><code>http.request.version</code><br /><Type>Number</Type></td>
140140
<td>
141141
<p>Represents the version of the HTTP protocol used. Use this field when you require different checks for different versions.
142142
</p>

0 commit comments

Comments
 (0)