Skip to content

Commit 9641773

Browse files
committed
Minor Application Gateway WAF updates
1 parent 4284c91 commit 9641773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/web-application-firewall/ag/application-gateway-crs-rulegroups-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Application Gateway web application firewall (WAF) protects web applications fro
1616

1717
## Core rule sets
1818

19-
The Application Gateway WAF comes pre-configured with CRS 3.1 by default, but you can choose to use any other supported CRS version.
19+
The Application Gateway WAF comes pre-configured with CRS 3.2 by default, but you can choose to use any other supported CRS version.
2020

2121
CRS 3.2 offers a new engine and new rule sets defending against Java infections, an initial set of file upload checks, and fewer false positives compared with earlier versions of CRS. You can also [customize rules to suit your needs](application-gateway-customize-waf-rules-portal.md). Learn more about the new [Azure WAF engine](waf-engine.md).
2222

articles/web-application-firewall/ag/application-gateway-waf-request-size-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For CRS 3.2 (on the WAF_v2 SKU) and newer, these limits are as follows when usin
3434
- 2 MB request body size limit
3535
- 4 GB file upload limit
3636

37-
Only requests with Content-Type of *multipart/form-data* are considered file uploads. The file part of the body content is evaluated against the file upload limit. For all other content types, the request body size limit applies.
37+
Only requests with Content-Type of *multipart/form-data* are considered for file uploads. For content to be considered as a file upload, it has to be a part of a multipart form with a *filename* header. For all other content types, the request body size limit applies.
3838

3939
To set request size limits in the Azure portal, configure **Global parameters** in the WAF policy resource's **Policy settings** page:
4040

0 commit comments

Comments
 (0)