mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
fix(rss): add 8 missing domains to proxy allowlist
france24, euronews, lemonde, dw, africanews, lasillavacia, channelnewsasia, thehindu were returning 403 in production.
This commit is contained in:
@@ -124,11 +124,21 @@ const ALLOWED_DOMAINS = [
|
||||
'english.alarabiya.net',
|
||||
'www.arabnews.com',
|
||||
'www.timesofisrael.com',
|
||||
'www.haaretz.com',
|
||||
'www.scmp.com',
|
||||
'kyivindependent.com',
|
||||
'www.themoscowtimes.com',
|
||||
'feeds.24.com',
|
||||
'feeds.capi24.com', // News24 redirect destination
|
||||
// International News Sources
|
||||
'www.france24.com',
|
||||
'www.euronews.com',
|
||||
'www.lemonde.fr',
|
||||
'rss.dw.com',
|
||||
'www.africanews.com',
|
||||
'www.lasillavacia.com',
|
||||
'www.channelnewsasia.com',
|
||||
'www.thehindu.com',
|
||||
// International Organizations
|
||||
'news.un.org',
|
||||
'www.iaea.org',
|
||||
|
||||
Reference in New Issue
Block a user