PHP Class Common\EventListener\ResponseSecurer

Show file Open project: forkcms/forkcms

Public Methods

Method Description
onKernelResponse ( FilterResponseEvent $event ) Add some headers to the response to make our application more secure see https://www.owasp.org/index.php/List_of_useful_HTTP_headers

Method Details

onKernelResponse() public method

Add some headers to the response to make our application more secure see https://www.owasp.org/index.php/List_of_useful_HTTP_headers
public onKernelResponse ( FilterResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\FilterResponseEvent