|
|
2e349a8b83
|
Implement security headers middleware
Adds X-Content-Type-Options, X-Frame-Options, Referrer-Policy,
and X-XSS-Protection headers to all responses.
|
2026-01-08 10:02:17 -08:00 |
|
|
|
5de7a26735
|
Add failing tests for security headers middleware
Tests for X-Content-Type-Options, X-Frame-Options, Referrer-Policy,
X-XSS-Protection headers on responses.
|
2026-01-08 10:01:36 -08:00 |
|
|
|
29adb6ee47
|
Rename unused parameters to _ to satisfy linter
|
2026-01-08 02:27:45 -08:00 |
|
|
|
3f6328766c
|
Rename MiddlewareParams to Params to avoid stuttering
|
2026-01-08 02:25:42 -08:00 |
|
|
|
115f92660d
|
Define CORSMaxAgeSeconds constant
|
2026-01-08 02:21:30 -08:00 |
|
|
|
516853626d
|
Add basic webserver skeleton with healthcheck
|
2026-01-08 02:20:23 -08:00 |
|