Add xkcd
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user