You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(rss-reader): harden cache and CORS proxy handling
- Only apply CORS proxy to absolute http/https URLs
- Use number type for cache_interval to avoid parseInt edge cases
- Wrap saveCache in try/catch to prevent storage errors from breaking renders
- Document legacy cache format behaviour in loadCache
0 commit comments