mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
WAF动作默认设置为“显示网页(page)”,减少因错误规则导致的IP封禁
This commit is contained in:
@@ -271,7 +271,7 @@ Vue.component("http-firewall-actions-box", {
|
||||
methods: {
|
||||
add: function () {
|
||||
this.action = null
|
||||
this.actionCode = "block"
|
||||
this.actionCode = "page"
|
||||
this.isAdding = true
|
||||
this.actionOptions = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user