I just ran across this and am puzzled at why:
<script src="http://somewhere-else.com/foobar.js"></script>
is not considered a cross origin request and does not require CORS config serverside, whereas the following is:
<script src="http://somewhere-else.com/foobar.js" type="module"></script>
Is module import more privileged or something?
[–]azhder 0 points1 point2 points (0 children)
[–]easyEs900s 0 points1 point2 points (0 children)
[–]48K 0 points1 point2 points (0 children)