Replies: 1 comment
-
Hi, thanks for the tip! b7233cd |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example
lower(http.user_agent) contains "voluumdsp"
will become
http.user_agent wildcard "*voluumdsp*"
This tips can reduce WAF rule length because rule length is limited to 4K.
Beta Was this translation helpful? Give feedback.
All reactions