I am using a web app for my ecommerce store where they only allow you to add javascript via their input box. You are suppose to add javascript without any script tags.
However, I am trying to integrate a 3rd party analytics tools using the following code:
<script type="text/javascript" src="xxxx" async></script>
How can I add this to the input box without using script tags though? Are there alternative methods?
Thks
Set-Cookieheader on the response to the request for the URL for the script (hosted on the analytic services servers). Copying it to a CDN would break that. It would also break updates to the script. It also wouldn't solve the problem because using a CDN just changes the URL and the OP's problem is that they can't add a<script>tag to type the URL into the src attribute of!