增加web严格模式 web.strictMode=false(更严格的数据安全验证,如isAll=true这种参数形式将被禁用)
This commit is contained in:
@@ -476,6 +476,9 @@ logging:
|
||||
# # 静态资源路径前缀,可做CDN加速优化
|
||||
# staticPrefix: /static
|
||||
#
|
||||
# # 严格模式(更严格的数据安全验证)
|
||||
# strictMode: false
|
||||
#
|
||||
# # 自定义正则表达式验证(主键、登录名)
|
||||
# validator:
|
||||
# id: '[a-zA-Z0-9_\-/#\u4e00-\u9fa5]{0,64}'
|
||||
|
||||
Reference in New Issue
Block a user