-
Notifications
You must be signed in to change notification settings - Fork 19
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
Resources from different origin but same protocol should load #55
Comments
Just tested and #69 does fix |
Also quoting issue pointed out in #62 by @willemneal here, which is caused by the same issue
|
Verified that #69 also addresses example with embedded video. |
Just confirmed it works as expected, thank you! |
Several issue were reported that seem to prevent embedding or loading content from same protocol but a different origin:
<img src="dweb://html/dot.svg" />
does load image if loading document URL has different origin e.g.dweb://foo/
(For details see Protocol Handler: SVG does not render when used in img HTML tag #54)<video src="dweb://html/video.webm" />
does not load video if loading document URL has different origin e.g.dweb://foo/
(For details see Protocol Handler: WEBM does not load when used in video HTML tag #57)<a href="dweb://async">async</a>
does not load when clicked if document URL has different origin e.g.dweb://hello/
(For details see [WIP] Add links to default dweb page in protocol example #62)The text was updated successfully, but these errors were encountered: