Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/rule/Claude/Claude.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.claude.com
.claude.ai
.anthropic.com
.claudeusercontent.com
.sentrian.io
.statsig.com
.statsigcdn.com
.featuregates.org
.cdn.usefathom.com
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

source/rule 的域名数据源里,前导点号通常表示“后缀匹配”(会生成 DOMAIN-SUFFIX / HOST-SUFFIX),而不带点号表示“精确域名”(会生成 DOMAIN/HOST)。cdn.usefathom.com 在现有生成规则里是精确域名(例如 rule/*/Claude/Claude.list 里的 DOMAIN,cdn.usefathom.com),这里写成 .cdn.usefathom.com 会把匹配范围扩大到所有子域名,语义与现有规则不一致。建议改为不带前导点号的 cdn.usefathom.com

Suggested change
.cdn.usefathom.com
cdn.usefathom.com

Copilot uses AI. Check for mistakes.
.servd-anthropic-website.b-cdn.net
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同上,servd-anthropic-website.b-cdn.net 在现有生成规则里是精确域名(例如 rule/*/Anthropic/Anthropic.list 中的 DOMAIN,servd-anthropic-website.b-cdn.net)。这里写成 .servd-anthropic-website.b-cdn.net 会变成后缀匹配,可能引入不必要的覆盖范围。建议改为不带前导点号的 servd-anthropic-website.b-cdn.net

Suggested change
.servd-anthropic-website.b-cdn.net
servd-anthropic-website.b-cdn.net

Copilot uses AI. Check for mistakes.
Loading