Fix broken feeds: add domains to allowlist, replace defunct Protocol/rsshub feeds

This commit is contained in:
Elie Habib
2026-01-23 08:51:09 +04:00
parent 6bca2adf50
commit 633faae158
3 changed files with 11 additions and 7 deletions

View File

@@ -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) {