2 Commits

Author SHA1 Message Date
Marcin Rybak
a2223bb61e fix: add default User-Agent header to safeFetch
safeFetch sends requests without a User-Agent header. Some servers
(e.g. Flipboard via CloudFront/WAF) reject such requests with HTTP 403,
which breaks RSS feed polling and potentially other server-side fetches.

Add a default User-Agent that callers can override via options.headers.
2026-04-03 09:29:53 +01:00
daniel31x13
23da4b8d79 implement safe fetch functionality across the app and the worker 2026-03-24 01:02:17 -04:00