patterns/waf_patterns/exceptions.conf
2024-12-21 01:04:06 +01:00

5 lines
225 B
Plaintext

@block_exceptions {
path_regexp exceptions "(?i)(@streq GET /|@ipMatch 127.0.0.1,::1|@ipMatch 127.0.0.1,::1|@endsWith (internal dummy connection)|@rx ^(?:GET /|OPTIONS *) HTTP/[12].[01]$)"
}
respond @block_exceptions 403