mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 11:00:54 +01:00
Revert "Redirect Favicon requests to Twitter"
This reverts commit 1e637b064d
.
This commit is contained in:
parent
6a876d48d5
commit
f7e805ea91
1 changed files with 0 additions and 5 deletions
|
@ -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
|
/* Some TwitFix APIs will never be available in FixTweet for privacy or
|
||||||
design choice reasons.
|
design choice reasons.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue