mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Added unicode mapping directives to recommended file
This commit is contained in:
parent
a9ab4632f5
commit
57b80fedcc
@ -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