【update】客户生产和测试环境手机端白名单的增加

This commit is contained in:
fengchenchen
2024-03-08 14:34:34 +08:00
parent e156d9a58f
commit 7ff313188e
2 changed files with 6 additions and 6 deletions
@@ -288,13 +288,13 @@ jero:
# 文件限制后缀黑名单 # 文件限制后缀黑名单
fileSuffixLimits : 0x00,%00,\\00,.jsp,.exe,.php,.asp,.aspx,.jspx,.xml,.html,.js,.sh,.bin,$DATA fileSuffixLimits : 0x00,%00,\\00,.jsp,.exe,.php,.asp,.aspx,.jspx,.xml,.html,.js,.sh,.bin,$DATA
# 跨站白名单 # 跨站白名单
whiteUrls: localhost:3000,localhost:8080,localhost:62345,srms.sinotruk.com,10.10.121.21,10.50.50.69,10.10.121.5,10.100.108.2 whiteUrls: localhost:3000,localhost:8080,localhost:62345,srms.sinotruk.com,10.10.121.21,10.50.50.69,10.10.121.5,10.100.108.2,222.175.158.138:8120
# xss白名单 # xss白名单
xssExcludedPages: /login,/updatePassword xssExcludedPages: /login,/updatePassword
# cors白名单 # cors白名单
notFilter: notFilter:
# origin地址 # origin地址
originIp: http://localhost:3000,http://localhost:62345,http://srms.sinotruk.com,https://srms.sinotruk.com originIp: http://localhost:3000,http://localhost:62345,http://srms.sinotruk.com,https://srms.sinotruk.com,http://222.175.158.138:8120
# 加密默认值 # 加密默认值
password: password:
pbe: pbe:
@@ -288,13 +288,13 @@ jero:
# 文件限制后缀黑名单 # 文件限制后缀黑名单
fileSuffixLimits : 0x00,%00,\\00,.jsp,.exe,.php,.asp,.aspx,.jspx,.xml,.html,.js,.sh,.bin,$DATA fileSuffixLimits : 0x00,%00,\\00,.jsp,.exe,.php,.asp,.aspx,.jspx,.xml,.html,.js,.sh,.bin,$DATA
# 跨站白名单 # 跨站白名单
whiteUrls: localhost:3000,localhost:8080,localhost:62345,srms-test.sinotruk.com,10.10.121.21,10.50.50.69,10.10.121.5,10.100.108.2 whiteUrls: localhost:3000,localhost:8080,localhost:62345,srms-test.sinotruk.com,10.10.121.21,10.50.50.69,10.10.121.5,10.100.108.2,222.175.158.140:8120
# xss白名单 # xss白名单
xssExcludedPages: /login,/updatePassword xssExcludedPages: /login,/updatePassword
# cors白名单 # cors白名单
notFilter: notFilter:
# origin地址 # origin地址
originIp: http://localhost:3000,http://localhost:62345,http://srms-test.sinotruk.com originIp: http://localhost:3000,http://localhost:62345,http://srms-test.sinotruk.com,http://222.175.158.140:8120
# 加密默认值 # 加密默认值
password: password:
pbe: pbe: