fix(h5): prevent internal asset host exposure
Some checks failed
CI / verify (push) Has been cancelled

Made-with: Proma
This commit is contained in:
cxk
2026-08-15 19:01:55 +08:00
parent 2edb6bd9f2
commit 00585a7b48
5 changed files with 19 additions and 31 deletions

View File

@@ -10,6 +10,7 @@ const placeholder = '__REPLACE_WITH_TENCENT_MAP_WEB_KEY__'
const badPatterns = [
'http://1.92.206.90:9000',
'1.92.206.90',
'172.20.14.21',
'guide.whaoyue.com',
placeholder
]