diff --git a/src/server.ts b/src/server.ts index e619da5..c844425 100644 --- a/src/server.ts +++ b/src/server.ts @@ -251,11 +251,6 @@ export const cacheWrapper = async ( }); } - /* Redirect Favicon to Twitter's */ - if (cacheUrl.pathname === '/favicon.ico') { - return Response.redirect(`${Constants.TWITTER_ROOT}/favicon.ico`, 302); - } - /* Some TwitFix APIs will never be available in FixTweet for privacy or design choice reasons.