Here's another for you. Gemini noticed this:
<script data-cfasync=“false” type="module" src="https://mywebsite.test/vendor/alt-cookies/build/assets/alt-cookies-addon-4ed993c7.js"></script><script data-cfasync=“false” type="module" src="https://mywebsite.test/vendor/alt-cookies/build/assets/frontend-manager-6a2a0968.js"></script>
The problem is here: data-cfasync=“false”
These are curly quotes and not the standard quotes that should be used in html.
Thanks!
Here's another for you. Gemini noticed this:
<script data-cfasync=“false” type="module" src="https://mywebsite.test/vendor/alt-cookies/build/assets/alt-cookies-addon-4ed993c7.js"></script><script data-cfasync=“false” type="module" src="https://mywebsite.test/vendor/alt-cookies/build/assets/frontend-manager-6a2a0968.js"></script>The problem is here:
data-cfasync=“false”These are curly quotes and not the standard quotes that should be used in html.
Thanks!