Skip to content

Commit caae7ef

Browse files
committed
acro updates
1 parent 9868714 commit caae7ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/application-gateway/application-gateway-waf-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Web Application Firewall allows users to configure request size limits within lo
2626
- The maximum request body size field is specified in KBs and controls overall request size limit excluding any file uploads. This field can range from 1-KB minimum to 128-KB maximum value. The default value for request body size is 128 KB.
2727
- The file upload limit field is specified in MB and it governs the maximum allowed file upload size. This field can have a minimum value of 1 MB and a maximum of 500 MB. The default value for file upload limit is 100 MB.
2828

29-
WAF also offers a configurable knob to turn the request body inspection on or off. By default, the request body inspection is enabled. If the request body inspection is turned off, WAF does not evaluate the contents of HTTP message body. In such cases, WAF continues to enforce WAF rules on headers, cookies, and URI. If the request body inspection is turned off, then maximum request body size field isn't applicable and can't be set. Turning off the request body inspection allows for messages larger than 128 KB to be sent to WAF. However, the message body isn't inspected for vulnerabilities.
29+
WAF also offers a configurable knob to turn the request body inspection on or off. By default, the request body inspection is enabled. If the request body inspection is turned off, WAF does not evaluate the contents of HTTP message body. In such cases, WAF continues to enforce WAF rules on headers, cookies, and URI. If the request body inspection is turned off, then maximum request body size field isn't applicable and can't be set. Turning off the request body inspection allows for messages larger than 128 KB to be sent to WAF, but the message body isn't inspected for vulnerabilities.
3030

3131
## WAF exclusion lists
3232

3333
![waf-exclusion.png](media/application-gateway-waf-configuration/waf-exclusion.png)
3434

3535
WAF exclusion lists allow users to omit certain request attributes from a WAF evaluation. A common example is Active Directory inserted tokens that are used for authentication or password fields. Such attributes are prone to contain special characters that may trigger a false positive from the WAF rules. Once an attribute is added to the WAF exclusion list, it isn't taken into consideration by any configured and active WAF rule. Exclusion lists are global in scope.
3636

37-
The following can be added to exclusion lists:
37+
The following attributes can be added to exclusion lists:
3838

3939
* Request Headers
4040
* Request Cookies
@@ -53,7 +53,7 @@ The following are the supported match criteria operators:
5353
- **Ends with**: This operator matches all request fields that end with the specified selector value.
5454
- **Contains**: This operator matches all request fields that contain the specified selector value.
5555

56-
In all cases matching is case insensitive and regular expression are not allowed as selectors.
56+
In all cases matching is case insensitive and regular expression aren't allowed as selectors.
5757

5858
## Next steps
5959

0 commit comments

Comments
 (0)