diff --git a/src/router-public.ts b/src/router-public.ts index f593360..b602007 100644 --- a/src/router-public.ts +++ b/src/router-public.ts @@ -87,6 +87,7 @@ async function handleWebsiteIcon(host: string): Promise { const upstream = `https://favicon.im/${encodeURIComponent(normalizedHost)}`; try { const resp = await fetch(upstream, { + headers: { 'User-Agent': 'NodeWarden/1.0' }, redirect: 'follow', cf: { cacheEverything: true,