WAF动作默认设置为“显示网页(page)”,减少因错误规则导致的IP封禁

This commit is contained in:
刘祥超
2024-01-19 11:13:01 +08:00
parent 0580e063be
commit 3e3f7b2cc6

View File

@@ -271,7 +271,7 @@ Vue.component("http-firewall-actions-box", {
methods: { methods: {
add: function () { add: function () {
this.action = null this.action = null
this.actionCode = "block" this.actionCode = "page"
this.isAdding = true this.isAdding = true
this.actionOptions = {} this.actionOptions = {}