<script src="https://cdn.example.com/app.js" crossorigin="anonymous"></script>
crossorigin="anonymous" tells the browser to request the file with CORS but without cookies or HTTP credentials. The remote server must allow your origin.
crossorigin="anonymous"
Lines: 0 | Characters: 0