mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-09 23:38:42 -06:00
Now we have a normalized sequence of "security" middlewares for public endpoints: 1. crash recovery (always first) 2. CDN security (whatever that means) 3. HTTP metrics (prometheus) 4. rate limiter (effect will be visible via metrics, but not logs) 5. out tracing (for logs) 6. All the rest Since this commit, this sequence is same in both portal and API servers.