Skip to content

Commit 2e40bc5

Browse files
committed
fix: 收紧 CDN 厂商规则避免 EdgeOne 误判,已识具体 CDN 时抑制私有 CDN 兜底
server-products 与 header-patterns 中 Tencent Cloud CDN 的 pattern 含裸 tencent 与 qcloud,会把 server: TencentEdgeOne 同时匹中、与正确的 Tencent EdgeOne 并列展示高置信度的 Tencent Cloud CDN。收紧到 qcloudcdn/myqcloud/tencent-cloud/tencent-cdn/tencent-cos/tencentcs/tencentcdn 等明确 token。UCloud CDN 加 hostname 边界,避免裸文本子串误命中。popup display 阶段:当已识别具体 CDN 时,抑制低置信度的 自定义/未知 CDN 兜底项,避免 cdn.* 启发名干扰。响应用户反馈 issue #1/#2/#3。将版本号提升到 1.2.91。
1 parent 623fb28 commit 2e40bc5

4 files changed

Lines changed: 1240 additions & 364 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stackprism",
33
"private": true,
4-
"version": "1.2.90",
4+
"version": "1.2.91",
55
"type": "module",
66
"description": "StackPrism 用于检测网页前端、后端、CDN、SaaS、广告营销、统计、登录、支付、网站程序和主题模板线索。",
77
"scripts": {

0 commit comments

Comments
 (0)