This repository was archived by the owner on Oct 17, 2025. It is now read-only.
feat(html): Add crossorigin attribute#2314
Closed
NiedziolkaMichal wants to merge 2 commits intomainfrom
Closed
Conversation
| @@ -0,0 +1,6 @@ | |||
| <script src="http://ddvdiow.cluster031.hosting.ovh.net/throwError.js"></script> | |||
|
|
|||
| <script src="http://ddvdiow.cluster031.hosting.ovh.net/throwError.js" crossorigin></script> | |||
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source
| @@ -0,0 +1,6 @@ | |||
| <script src="http://ddvdiow.cluster031.hosting.ovh.net/throwError.js"></script> | |||
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source
crossorigin attribute
Member
|
I think it's a good addition. It would be great to get some feedback or thoughts from the team as to how we host it, adding |
bsmth
suggested changes
Aug 23, 2023
Member
bsmth
left a comment
There was a problem hiding this comment.
We need to resolve where crossorigin resources are hosted
Member
|
I'm going to close for now due to inactivity. We may reopen again at some point if supporting infra is available. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds interactive example for crossorigin attribute. I chose to show how it works with script element, because showing how tainted canvas work would require long and complex JS code, while crossorigin in
<link>effect can be seen mostly in network devtools tab.Currently my private host is used to store cross-origin JS code, so this PR shouldn't be merged. I won't be able to store it indefinitely, so we need server owned by Mozilla with
Access-Control-Allow-Origin: *HTTP header which can store following JS file: