Skip to content

security

Auto Added by WPeMatico

Magento 2 fake customer order came through with weird code instead of customer name

Just had a fake order come through on my Magento2 website. The address is nonsense and instead of a customer name it had this code: {{var this.getTemplateFilter().filter($order.shipping_address.city)}}{{var this.getTemplateFilter().addAfterFilterCallback($order.shipping_address.last_name).filter($order.shipping_address.city)}} Can anyone tell me what it was they’re trying to do? There’s… Read More »Magento 2 fake customer order came through with weird code instead of customer name

How to resolve content security policy I want to add ADA Compliance from in magento 2.4.3?

I want to whitelist my ADA Compliance script into magento_csp for that i have created CSP_whitelist.xml for resolve following error Error : Refused to load the script ‘https://acsbapp.com/apps/app/dist/js/app.js’ because it violates the following Content Security Policy directive: “script-src ‘self’ ‘unsafe-inline’… Read More »How to resolve content security policy I want to add ADA Compliance from in magento 2.4.3?