Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add crossorigin attribute to script tags
Helps when tests are loading files from another localhost server. Addresses an issue where errors from scripts loaded from another server would read as "Script Error" without any additional information on to where the error was produced. This articles contains details on the "Script Error" case: https://blog.getsentry.com/2016/05/17/what-is-script-error.html
- Loading branch information