immich-docker/search-app
Jeff Emmett 021b939241 fix: send Clear-Site-Data on /__reset for full browser nuke
caches.delete() only clears service-worker managed caches — the
browser's own HTTP cache can still serve stale or corrupted chunk
responses. Setting Clear-Site-Data tells the browser itself to drop
cookies, cached responses, storage, and service worker registrations
for the origin, which is what's actually needed to unstick a PWA
with a bad cached chunk.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 13:09:36 -04:00
..
Dockerfile feat: add search-app proxy with WebSocket support and upload buffering 2026-04-14 12:47:53 -04:00
live-search.js feat: map view stacks top/bottom + sorts photos by distance to center 2026-04-17 12:53:49 -04:00
server.js fix: send Clear-Site-Data on /__reset for full browser nuke 2026-04-17 13:09:36 -04:00