16 lines
612 B
Plaintext
16 lines
612 B
Plaintext
# Ficheiro de Exceções do ModSecurity para o Microsoft Exchange (ATUALIZADO)
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Exchange Protocols Whitelist
|
|
# --------------------------------------------------------------------------
|
|
# Whitelists standard Exchange 2016/2019 paths to prevent WAF blocking
|
|
# essential email and admin functionality.
|
|
|
|
SecRule REQUEST_URI "@rx ^/(owa|ecp|Microsoft-Server-ActiveSync|EWS|OAB|Autodiscover|rpc|mapi)/" \
|
|
"id:10006, \
|
|
phase:1, \
|
|
pass, \
|
|
nolog, \
|
|
ctl:ruleEngine=Off, \
|
|
msg:'WHITELIST: Microsoft Exchange Services'"
|