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

This commit is contained in:
GoEdgeLab
2024-01-19 11:13:01 +08:00
parent 95259089da
commit f13108d973

View File

@@ -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 = {}