7b2dd3fab1
The general per-IP limiter was inert untilb0f33c17registered it ahead of the routers (budget 100, raised to 300 by19e125d8), and839bf4e4then stopped gallery tokens from earning the authenticated skip. Since that release every guest has been paying for the gallery's thumbnails out of 300 requests per 15 minutes per IP. A 546-photo grid runs out mid-scroll: the remaining tiles come back 429, which the frontend turned into blank tiles with no error and no retry, and the next refresh finds the photo list limited too. Reproduced in iOS Safari against a seeded 546-photo Grid gallery: loading in bursts, then nothing, no console output, no recovery — the exact shape of the large-gallery report, whose plateaus were 125, 235, 300 and 308 tiles. A token that verifies and names the gallery in the path is now exempt on the image routes only: thumbnail, preview, hero and photo, GET only. The photo list, downloads, feedback and every write stay on the budget, a token for one gallery buys nothing on another, and the exemption rides on skip_authenticated so an operator who turns the skip off counts guests too. The839bf4e4concern — a free token as an unlimited budget on every /api route — stays closed; what this hands back is the bandwidth of routes a 300-request budget never bounded anyway. Relates to issue 1287