Libraries tagged by laravel-security-headers
therobfonz/laravel-security-headers
7548 Downloads
Adds security headers to Laravel responses.
hdvinnie/laravel-security-headers
94436 Downloads
Adds security related headers to HTTP response.
bepsvpt/laravel-security-header
2590 Downloads
Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.
sloyakuza/laravel-security-headers
13727 Downloads
Adds security related headers to HTTP response.
pionect/laravel-security-headers
8293 Downloads
Adds security headers to Laravel responses.
philiprehberger/laravel-security-headers
355 Downloads
Laravel middleware for comprehensive security headers including CSP with nonce support, HSTS, and Permissions-Policy
jeffersongoncalves/laravel-security-headers
208 Downloads
This Laravel package stamps a configurable set of baseline security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy, Content-Security-Policy, Cross-Origin-Opener-Policy, X-Permitted-Cross-Domain-Policies and HSTS) onto your HTTP responses via a single middleware. Every header value and the full CSP directive map are driven by config, so you can tune or disable each one without touching code.