[4.0.0] - 2021-03-22 GMT+0800
WARNING
This version contains breaking changes.
Added
- Added some parameters to
waf_mode
andwaf_cc_deny_limit
(368db2b).
Removed
- Abort directive :
waf_mult_mount
. The function of this directive has been merged into the directivewaf_mode
.
Changed
- Adds some parameters to the directive
waf_mode
.
Fixed
-
Fixed an error in the name of the built-in variable
waf_rule_details
,
which was set towaf_rule_deatails
in a previous version of the code. -
No more superfluous inspections.
-
Completely resolve compatibility issues with the
ngx_http_rewrite_module
.
[4.0.0] - 2021-03-22 GMT+0800
警告
此版本包含不兼容的更新(breaking changes)。
新增
- 为
waf_mode
和waf_cc_deny_limit
增加了一些参数(368db2b)。
移除
- 废弃配置项
waf_mult_mount
,该配置的功能已经合并到了配置项waf_mode
中。
变动
- 给
waf_mode
增加了一些参数。
修复
-
更正了内置变量
waf_rule_details
的名称错误,该变量的名称在之前的版本代码中被设置为waf_rule_deatails
。 -
不再进行冗余的检测。
-
彻底解决了与
ngx_http_rewrite_module
的兼容性问题。