- We can compile the module with
--add-dynamic-module
. Thanks for dvershinin's work(#4)。
- Remove a default User-Agent rule that is
(?i)(? :Sogou web spider)
, as it will block non-malicious web spider(827d4e5). - Merge directives(ba92cfd). These directives will be merged:
waf_check_ipv4
,waf_check_url
,waf_check_args
,waf_check_ua
,waf_check_referer
,waf_check_cookie
,waf_check_post
,waf_check_cookie
,waf_cc_deny
. The merged new directive iswaf_mode
, see README.
- The blank lines in the rules can now be read correctly(955cf2d).