Call the URL in the same domain with Iframe in Shopware 6

I have to override this file using service decorator

Shopware\Core\Framework\Routing\CoreSubscriber

and modify

$response->headers->set('X-Frame-Options', 'deny');

This solved my issue.

2 „Gefällt mir“