Files
picpeak/backend
Paul Nothaft 19e125d814 fix(security): raise the general limiter's fallback budget to 300
The general /api limiter had been inert since it was written, so its 100
requests per 15 minutes per IP was never exercised against real traffic.
Applying it for the first time with that budget would have 429'd a venue
wifi NAT after roughly twenty guests per window, since every call a
gallery landing page makes before the password is typed counts. 300 keeps
the protection and clears the realistic case. An explicit app_settings
value still wins over this fallback.
2026-09-02 09:43:11 +02:00
..