mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-26 01:24:59 +02:00
Fix broken feeds: add domains to allowlist, replace defunct Protocol/rsshub feeds
This commit is contained in:
@@ -81,6 +81,11 @@ const ALLOWED_DOMAINS = [
|
||||
'news.crunchbase.com',
|
||||
'www.saastr.com',
|
||||
'feeds.feedburner.com',
|
||||
// Additional tech variant domains
|
||||
'www.producthunt.com',
|
||||
'www.axios.com',
|
||||
'github.blog',
|
||||
'githubnext.com',
|
||||
];
|
||||
|
||||
export default async function handler(req) {
|
||||
|
||||
Reference in New Issue
Block a user