| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | class ClickjackProtectionSubscriber implements EventSubscriberInterface |
||
| 26 | { |
||
| 27 | public function __construct(private readonly string $xFrameOptions) |
||
| 29 | } |
||
| 30 | |||
| 31 | public static function getSubscribedEvents(): array |
||
| 35 | ]; |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Sets x-origin headers in the response object. |
||
| 40 | */ |
||
| 41 | public function onKernelResponse(ResponseEvent $event): void |
||
| 53 |