Skip to content

Commit b3fd149

Browse files
committed
feat: recognize Steam (and Discord) as boot entry-vector sources
Many visitors arrive via Steam community/store links; classify those referrers into a friendly "Steam" label in the boot recon probe, plus Discord (discord.com / discord.gg) as a common companion source.
1 parent 39098e2 commit b3fd149

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/terminal/ui/boot.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ function entryVector(): string {
138138
[/linkedin\./, 'LinkedIn'],
139139
[/(facebook|fb)\./, 'Facebook'],
140140
[/(youtube\.com|youtu\.be)/, 'YouTube'],
141+
[/(steamcommunity\.com|steampowered\.com)/, 'Steam'],
142+
[/discord\.(com|gg)/, 'Discord'],
141143
[/(^|\.)t\.me$|telegram\./, 'Telegram'],
142144
[/baidu\./, 'a Baidu search'],
143145
[/zhihu\./, 'Zhihu'],

0 commit comments

Comments
 (0)