magento 2.4.4 csp secure renderTag not working with generated content
I have a controller that inject a phtml via the $this->_view->getLayout()->getBlock(‘block_name’)->toHtml(); code. The problem is that the template for this block has an inline javascript. I have tried to use the secure renderTag() method but it doesn’t work: when I… Read More »magento 2.4.4 csp secure renderTag not working with generated content