-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathself-host-suppress.json
More file actions
55 lines (55 loc) · 1.93 KB
/
self-host-suppress.json
File metadata and controls
55 lines (55 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"selfHostSuppress": {
"github.com": ["GitHub.com", "GitHub", "GitHub Pages", "GitHub Assets", "GitHub Raw Content"],
"github.io": ["GitHub Pages", "GitHub Assets", "GitHub Raw Content"],
"gitlab.com": ["GitLab.com", "GitLab"],
"gitlab.io": ["GitLab Pages"],
"bitbucket.org": ["Bitbucket"],
"codeberg.org": ["Codeberg"],
"gitee.com": ["Gitee"],
"huggingface.co": ["Hugging Face"],
"stackoverflow.com": ["Stack Overflow"],
"stackexchange.com": ["Stack Exchange"],
"npmjs.com": ["npm", "npm 包注册中心"],
"npmmirror.com": ["npmmirror CDN", "npmmirror"],
"pypi.org": ["PyPI"],
"crates.io": ["crates.io"],
"rubygems.org": ["RubyGems"],
"packagist.org": ["Packagist"],
"twitter.com": ["Twitter", "X (Twitter)"],
"x.com": ["Twitter", "X (Twitter)"],
"facebook.com": ["Facebook"],
"instagram.com": ["Instagram"],
"linkedin.com": ["LinkedIn"],
"youtube.com": ["YouTube"],
"tiktok.com": ["TikTok"],
"reddit.com": ["Reddit"],
"discord.com": ["Discord"],
"slack.com": ["Slack"],
"telegram.org": ["Telegram", "Telegram CDN"],
"t.me": ["Telegram", "Telegram CDN"],
"whatsapp.com": ["WhatsApp"],
"medium.com": ["Medium"],
"substack.com": ["Substack"],
"notion.so": ["Notion"],
"figma.com": ["Figma"],
"linear.app": ["Linear"],
"asana.com": ["Asana"],
"trello.com": ["Trello"],
"monday.com": ["monday.com", "Monday"],
"airtable.com": ["Airtable"],
"shopify.com": ["Shopify Admin"],
"replit.com": ["Replit"],
"codepen.io": ["CodePen"],
"stackblitz.com": ["StackBlitz"],
"codesandbox.io": ["CodeSandbox"],
"jsfiddle.net": ["JSFiddle"],
"google.com": ["Google Search"],
"bing.com": ["Bing"],
"duckduckgo.com": ["DuckDuckGo"],
"baidu.com": ["百度", "Baidu"],
"zhihu.com": ["知乎", "Zhihu"],
"weibo.com": ["微博", "Weibo"],
"bilibili.com": ["哔哩哔哩", "Bilibili"]
}
}