CSP report-only working on firefox only?
i’m trying to receive csp reports for my magento2 (open-source) website using their official guide: https://developer.adobe.com/commerce/php/development/security/content-security-policies/ and using an endpoint generated from report-uri.com this is config.xml: <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Store:etc/config.xsd”> <default> <csp> <mode> <storefront> <report_only>1</report_only> <report_uri>https://*mysubdomain*.report-uri.com/r/d/csp/reportOnly</report_uri> </storefront> <admin> <report_uri>https://*mysubdomain*.report-uri.com/r/d/csp/reportOnly</report_uri>… Read More »CSP report-only working on firefox only?