Dont fetch from rsshub

This commit is contained in:
Jackson Harper
2024-02-03 19:08:25 +08:00
parent 0a38cd6422
commit 2d6bd0779f

View File

@ -129,6 +129,9 @@ export const isContentFetchBlocked = (feedUrl: string) => {
if (feedUrl.startsWith('https://rss.arxiv.org')) {
return true
}
if (feedUrl.startsWith('https://rsshub.app')) {
return true
}
if (feedUrl.startsWith('https://xkcd.com')) {
return true
}