Revert "Redirect Favicon requests to Twitter"

This reverts commit 1e637b064d.
This commit is contained in:
dangered wolf 2022-08-21 02:34:31 -04:00
parent 6a876d48d5
commit f7e805ea91
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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.