mirror of
https://github.com/lone-cloud/prism
synced 2026-06-04 12:13:28 -07:00
- remove chi middleware.RealIP; deprecated in chi v5.3.0 due to IP spoofing vulnerabilities (GHSA-3fxj-6jh8-hvhx, GHSA-rjr7-jggh-pgcp, GHSA-9g5q-2w5x-hmxf) - lower default RATE_LIMIT from 100 to 20 req/s per IP - support RATE_LIMIT=0 to disable rate limiting entirely (for deployments behind a remote reverse proxy with its own rate limiting) - fix incorrect .env.example comment (was 'per 15 minute window', is per second) |
||
|---|---|---|
| .. | ||
| templates | ||
| handlers_apps.go | ||
| handlers_fragment.go | ||
| handlers_health.go | ||
| handlers_integrations.go | ||
| handlers_ntfy.go | ||
| handlers_subscriptions.go | ||
| middleware.go | ||
| server.go | ||