This commit is contained in:
Jackson Harper
2024-02-03 10:02:25 +08:00
parent 36915ec1ec
commit 46affc0508

View File

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