GODSIGH/js/layers
type-two fcdcef760a fix: all data fetches use cache:'no-store' — browser-cache poisoning guard
During the nginx outage the proxy URLs briefly served the landing page
WITH cacheable headers; browsers cached that HTML for the proxy URLs and
kept reading it after the origin recovered (satellites 'no satellites',
empty aircraft). no-store on every feed fetch means the browser cache can
never serve (or store) a poisoned body for data endpoints again. The
proxies are no-store server-side anyway — this closes the outage-window
loophole.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-30 09:59:59 +10:00
..
adsb-layer.js fix: all data fetches use cache:'no-store' — browser-cache poisoning guard 2026-07-30 09:59:59 +10:00
aircraft.js fix: all data fetches use cache:'no-store' — browser-cache poisoning guard 2026-07-30 09:59:59 +10:00
celestial.js feat: celestial layer — zodiac ring + Sun/Moon/planets in true sky positions 2026-07-21 10:19:21 +10:00
events.js fix: markers bled through the globe (far-side dots didn't track rotation) 2026-07-21 10:19:21 +10:00
firms.js fix: all data fetches use cache:'no-store' — browser-cache poisoning guard 2026-07-30 09:59:59 +10:00
geojson-layer.js fix: all data fetches use cache:'no-store' — browser-cache poisoning guard 2026-07-30 09:59:59 +10:00
infra.js fix: markers bled through the globe (far-side dots didn't track rotation) 2026-07-21 10:19:21 +10:00
military.js fix: all data fetches use cache:'no-store' — browser-cache poisoning guard 2026-07-30 09:59:59 +10:00
radiogarden.js fix: all data fetches use cache:'no-store' — browser-cache poisoning guard 2026-07-30 09:59:59 +10:00
radius.js fix: all data fetches use cache:'no-store' — browser-cache poisoning guard 2026-07-30 09:59:59 +10:00
roadcams.js fix: all data fetches use cache:'no-store' — browser-cache poisoning guard 2026-07-30 09:59:59 +10:00
satellites.js fix: all data fetches use cache:'no-store' — browser-cache poisoning guard 2026-07-30 09:59:59 +10:00
ships.js fix: markers bled through the globe (far-side dots didn't track rotation) 2026-07-21 10:19:21 +10:00