Skip to content

Magento 1.9.4.1 – SUPEE-10975 – Failed. Outdated JQuery library v.1.12.0 found (PRODSECBUG-2108), got ‘200’

I got an email this morning from the Magento.com security scan. My Magento site running 1.9.4.1 just received the following issue: SUPEE-10975 – Failed. Outdated JQuery library v.1.12.0 found (PRODSECBUG-2108), got ‘200’. Looking at PRODSECBUG-2108 it is only an update… Read More »Magento 1.9.4.1 – SUPEE-10975 – Failed. Outdated JQuery library v.1.12.0 found (PRODSECBUG-2108), got ‘200’

Magento 2: Including External JS – Uncaught Error: Mismatched anonymous define() module

Trying to include an external JS file on a specific page. Currently using the following in my layout: <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <head> <script src=”https://js.braintreegateway.com/web/dropin/1.14.1/js/dropin.min.js” src_type=”url”/> </head> </page> I see the script included in the head of my page… Read More »Magento 2: Including External JS – Uncaught Error: Mismatched anonymous define() module