nbs-system / naxsi

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
GNU General Public License v3.0
4.8k stars 606 forks source link

throw explicit error message when rejecting request because no rules are present #424

Closed buixor closed 6 years ago

buixor commented 6 years ago

Currently, naxsi if configured without any rules, drops the request. It is poorly documented in old faq : https://github.com/nbs-system/naxsi/wiki/olds-faq

We shoud have a more explicit error message.

buixor commented 6 years ago

Pending #428

buixor commented 6 years ago

merged