security-headers icon indicating copy to clipboard operation
security-headers copied to clipboard

A collection of HTTP middleware classes to improve the security headers in your Laravel application

Results 3 security-headers issues
Sort by recently updated
recently updated
newest added

It seem to not work with Inertia. All classes are type hinted to return `Illuminate\Http\Response`. The problem is that Inertia mostly returns `JsonResponse` instead which does not extend`Illuminate\Http\Response`, but instead...