Skip to content
Merged
Show file tree
Hide file tree
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
21 changes: 20 additions & 1 deletion resources/referer-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@
"term": null,
"known": true
},
{
"spec": "Bluesky redirect",
"uri": "https://go.bsky.app/redirect?u=https%3A%2F%2Fgithub.com",
"medium": "social",
"source": "Bluesky",
"term": null,
"known": true
},
{
"spec": "Facebook social",
"uri": "http://www.facebook.com/l.php?u=http%3A%2F%2Fwww.psychicbazaar.com&h=yAQHZtXxS&s=1",
Expand Down Expand Up @@ -310,5 +318,16 @@
{"spec": "pull/242: lnk.bio", "uri": "https://lnk.bio", "medium": "social", "source": "Lnk.Bio", "term": null, "known": true, "pr": "pull/242"},
{"spec": "pull/242: l.workplace.com", "uri": "https://l.workplace.com", "medium": "social", "source": "Workplace", "term": null, "known": true, "pr": "pull/242"},
{"spec": "pull/242: lm.workplace.com", "uri": "https://lm.workplace.com", "medium": "social", "source": "Workplace", "term": null, "known": true, "pr": "pull/242"},
{"spec": "pull/242: search.brave.com", "uri": "https://search.brave.com", "medium": "search", "source": "Brave", "term": null, "known": true, "pr": "pull/242"}
{"spec": "pull/242: search.brave.com", "uri": "https://search.brave.com", "medium": "search", "source": "Brave", "term": null, "known": true, "pr": "pull/242"},
{"spec": "pull/245: character.ai", "uri": "https://character.ai", "medium": "chatbot", "source": "Character.AI", "term": null, "known": true, "pr": "pull/245"},
{"spec": "pull/245: beta.character.ai", "uri": "https://beta.character.ai", "medium": "chatbot", "source": "Character.AI", "term": null, "known": true, "pr": "pull/245"},
{"spec": "pull/245: chatgpt.com", "uri": "https://chatgpt.com", "medium": "chatbot", "source": "ChatGPT", "term": null, "known": true, "pr": "pull/245"},
{"spec": "pull/245: chat.openai.com", "uri": "https://chat.openai.com", "medium": "chatbot", "source": "ChatGPT", "term": null, "known": true, "pr": "pull/245"},
{"spec": "pull/245: claude.ai", "uri": "https://claude.ai", "medium": "chatbot", "source": "Claude.ai", "term": null, "known": true, "pr": "pull/245"},
{"spec": "pull/245: gemini.google.com", "uri": "https://gemini.google.com", "medium": "chatbot", "source": "Google Gemini", "term": null, "known": true, "pr": "pull/245"},
{"spec": "pull/245: meta.ai", "uri": "https://meta.ai", "medium": "chatbot", "source": "META.ai", "term": null, "known": true, "pr": "pull/245"},
{"spec": "pull/245: copilot.microsoft.com", "uri": "https://copilot.microsoft.com", "medium": "chatbot", "source": "Microsoft Copilot", "term": null, "known": true, "pr": "pull/245"},
{"spec": "pull/245: chat.mistral.ai", "uri": "https://chat.mistral.ai", "medium": "chatbot", "source": "Mistral.ai", "term": null, "known": true, "pr": "pull/245"},
{"spec": "pull/245: perplexity.ai", "uri": "https://perplexity.ai", "medium": "chatbot", "source": "Perplexity.ai", "term": null, "known": true, "pr": "pull/245"},
{"spec": "pull/245: poe.com", "uri": "https://poe.com", "medium": "chatbot", "source": "Poe", "term": null, "known": true, "pr": "pull/245"}
]
50 changes: 49 additions & 1 deletion resources/referers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# 3. Social providers
# 4. Search providers
# 5. Paid media

# 6. Chatbot providers

# #######################################################################################################
#
Expand Down Expand Up @@ -362,6 +362,10 @@ social:
- t.co
- com.twitter.android # Twitter for Android app

Bluesky:
domains:
- go.bsky.app

Lnk.Bio:
domains:
- lnk.bio # Supercharge your link in bio on Instagram, TikTok, YouTube
Expand Down Expand Up @@ -4317,3 +4321,47 @@ paid:
domains:
- zedo.com
- z1.zedo.com

# #######################################################################################################
#
# CHATBOT PROVIDERS
#
chatbot:

Character.AI:
domains:
- character.ai
- beta.character.ai

ChatGPT:
domains:
- chatgpt.com
- chat.openai.com

Claude.ai:
domains:
- claude.ai

Google Gemini:
domains:
- gemini.google.com

META.ai:
domains:
- meta.ai

Microsoft Copilot:
domains:
- copilot.microsoft.com

Mistral.ai:
domains:
- chat.mistral.ai

Perplexity.ai:
domains:
- perplexity.ai

Poe:
domains:
- poe.com