Skip to content

Commit

Permalink
Add crossorigin use-credentials attribute, see phetsims/chipper#1108
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 13, 2021
1 parent 3688a3b commit cc3aa67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions masses-and-springs_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
script.type = type;
script.src = preloadURL;
script.async = false;
script.setAttribute( 'crossorigin', 'use-credentials' );
document.head.appendChild( script );
};

Expand Down

0 comments on commit cc3aa67

Please sign in to comment.