Skip to content

Commit

Permalink
Merge pull request #427 from adobecom/MWPW-136950-preload-warnings
Browse files Browse the repository at this point in the history
MWPW-136950: Removed crossorigin from link tag
  • Loading branch information
Blainegunn authored Oct 20, 2023
2 parents 16e4953 + fa4442b commit 65e97d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acrobat/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ function loadStyles(paths) {
const link = document.createElement('link');
link.setAttribute('rel', 'stylesheet');
link.setAttribute('href', path);
link.setAttribute('crossorigin', 'anonymous');
document.head.appendChild(link);
});
}
Expand Down

0 comments on commit 65e97d3

Please sign in to comment.