mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-04 10:06:36 +08:00
管理员登录时默认不启用“检查客户端区域”选项,避免因为设置了反向代理导致登录异常
This commit is contained in:
@@ -108,6 +108,6 @@ func defaultSecurityConfig() *systemconfigs.SecurityConfig {
|
||||
Frame: FrameSameOrigin,
|
||||
AllowLocal: true,
|
||||
CheckClientFingerprint: false,
|
||||
CheckClientRegion: true,
|
||||
CheckClientRegion: false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user