There seem to be an issue with Tagify loading? I am getting a ‘Blocked’ message
I tried to modify the version to an older one, but it still causes the issue. Seems to have been recently.
Here is the script that i am using
<script src="http://unpkg.com/@yaireo/tagify" onerror="this.onerror=null;this.src='https://cdn.jsdelivr.net/npm/@yaireo/tagify';" defer></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@yaireo/tagify@4.17.7/dist/tagify.css" /> <script src="https://cdn.jsdelivr.net/npm/@yaireo/tagify@4.15.2/dist/tagify.min.js" defer></script> <script src="../dmxAppConnect/dmxTagify/dmxTagify.js" defer></script>
any ideas?