mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-26 01:24:59 +02:00
fix(finance): address PR review blocking issues
- Add missing RSS proxy domains (seekingalpha, coindesk, cointelegraph) - Fix operator precedence in finance marker zoom checks (explicit parens) - Add Number.isFinite() NaN guards on all finance marker projections - Include finance variant in aggregated test:e2e script
This commit is contained in:
@@ -162,6 +162,10 @@ const ALLOWED_DOMAINS = [
|
||||
'www.imf.org',
|
||||
// Additional
|
||||
'news.ycombinator.com',
|
||||
// Finance variant
|
||||
'seekingalpha.com',
|
||||
'www.coindesk.com',
|
||||
'cointelegraph.com',
|
||||
];
|
||||
|
||||
export default async function handler(req) {
|
||||
|
||||
Reference in New Issue
Block a user