You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for a great tool! I would love to be able to download the piwik.js from CDNJS instead of my local server. I tried to use the CDN hostname on the Magento Backend for that:
Unfortunately this does not seem to work because the visits are not counted. Can this be because of cross-site scripting? What is the best way to include the full Script tag:
Hello, thank you for a great tool! I would love to be able to download the piwik.js from CDNJS instead of my local server. I tried to use the CDN hostname on the Magento Backend for that:
Unfortunately this does not seem to work because the visits are not counted. Can this be because of cross-site scripting? What is the best way to include the full Script tag:
<script src="https://cdnjs.cloudflare.com/ajax/libs/piwik/3.14.0/piwik.min.js" integrity="sha512-Glp1LVjhpv3ADmJuxE0SdJvV++Bzo39bwy820nGjA82GzH/UNvnf02G9IeZGMxITlZy6w9Ixv868uqsaH8Xkhw==" crossorigin="anonymous"></script>
Would that avoid the issues with cross-site scripting? The library is on cdnjs:
https://cdnjs.com/libraries/piwik
The text was updated successfully, but these errors were encountered: