Skip to content

Commit

Permalink
remove commented code refs #3712
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jun 1, 2020
1 parent 905bcaf commit e4d061b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -55,7 +55,6 @@ public function onKernelResponse(ResponseEvent $event): void
$response = $event->getResponse();

$response->headers->set('X-Frame-Options', $this->xFrameOptions);
//$response->headers->set('X-Content-Security-Policy', "frame-ancestors 'self'");
$response->headers->set('X-XSS-Protection', '1');
}
}

0 comments on commit e4d061b

Please sign in to comment.