mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Changes SecUnicodeMapFile in recommend configuration
The parameter was using a deprecated syntax, now it is fixed.
This commit is contained in:
parent
90a44f688d
commit
537b85edf8
@ -209,5 +209,5 @@ SecCookieFormat 0
|
|||||||
# to properly map encoded data to your language. Properly setting
|
# to properly map encoded data to your language. Properly setting
|
||||||
# these directives helps to reduce false positives and negatives.
|
# these directives helps to reduce false positives and negatives.
|
||||||
#
|
#
|
||||||
#SecUnicodeCodePage 20127
|
SecUnicodeMapFile unicode.mapping 20127
|
||||||
#SecUnicodeMapFile unicode.mapping
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user