Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply crossorigin attribute with setAttribute tag #2196

Merged
merged 1 commit into from
Aug 9, 2019

Conversation

nshobayo
Copy link
Contributor

@nshobayo nshobayo commented Aug 8, 2019

The crossorigin attribute is not being applied to the script tag when the assignment _newScriptTag.crossorigin = 'anonymous' but using setAttribute() applies the attribute correctly.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
The crossorigin attribute is not being applied to the script tag when the assignment `_newScriptTag.crossorigin = 'anonymous'` but using `setAttribute()` applies the attribute correctly.
@nshobayo nshobayo requested a review from kamilogorek as a code owner August 8, 2019 18:41
@kamilogorek
Copy link
Contributor

You are absolutely correct, nice catch. Thanks for fixing this!

@kamilogorek kamilogorek merged commit 12847c6 into getsentry:master Aug 9, 2019
@kamilogorek
Copy link
Contributor

Released in 5.6.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants