Skip to content

Commit

Permalink
fix: OWASP default close
Browse files Browse the repository at this point in the history
  • Loading branch information
samwafgo committed Dec 4, 2024
1 parent 7f6ea58 commit e1309b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ var (
GCONFIG_RECORD_LOGIN_MAX_ERROR_TIME int64 = 3 //登录周期里错误最大次数
GCONFIG_RECORD_LOGIN_LIMIT_MINTUTES int64 = 1 //登录错误记录周期 单位分钟最小1

GCONFIG_RECORD_ENABLE_OWASP int64 = 1 //启动OWASP数据检测
GCONFIG_RECORD_ENABLE_OWASP int64 = 0 //启动OWASP数据检测
)

0 comments on commit e1309b7

Please sign in to comment.