mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 14:46:13 +03:00
Added unicode mapping directives to recommended file
This commit is contained in:
parent
081a0af6e7
commit
20cd5d069e
@ -202,3 +202,11 @@ SecArgumentSeparator &
|
|||||||
# evasion attacks (against the rules that examine named cookies).
|
# evasion attacks (against the rules that examine named cookies).
|
||||||
#
|
#
|
||||||
SecCookieFormat 0
|
SecCookieFormat 0
|
||||||
|
|
||||||
|
# Specify your Unicode Code Point.
|
||||||
|
# This mapping is used by the t:urlDecodeUni transformation function
|
||||||
|
# to properly map encoded data to your language. Properly setting
|
||||||
|
# these directives helps to reduce false positives and negatives.
|
||||||
|
#
|
||||||
|
#SecUnicodeCodePage 20127
|
||||||
|
#SecUnicodeMapFile conf.d/unicode.mapping
|
||||||
|
Loading…
x
Reference in New Issue
Block a user