292c7d6722
proxy.ts's matcher excluded favicon.ico but not icon.svg, the PWA manifest, or the service worker — logged-out requests for any of them got 307-redirected to /login instead of the actual asset, so browsers silently gave up on the tab icon (and PWA install/offline support was broken the same way). Exclude the same static-asset set favicon.ico already had. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>