Magento 2.4.7 – CSP Assistance needed with inline script errors
This is a follow up to this question: Magento 2.4.7 – Advice setting up csp I have set-up/configured a custom csp module. This is the current csp_whitelist.xml: <?xml version=”1.0″?> <csp_whitelist xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd”> <policies> <policy id=”default-src”> <values> <value id=”data” type=”host”>’self'</value> </values>… Read More »Magento 2.4.7 – CSP Assistance needed with inline script errors