Applies the filter to an action, appending the headers to the result so it shows in the HTTP response.
Applies the filter to an action, appending the headers to the result so it shows in the HTTP response.
Returns the security headers for a request.
Returns the security headers for a request. All security headers applied to all requests by default. Override to alter that behavior.
The case class that implements the filter. This gives you the most control, but you may want to use the apply() method on the companion singleton for convenience.