This repository was archived by the owner on Aug 5, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork238
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
Media elements from other sites do not load #125
Closed
Description
Media elements from third party sites are not loaded. This happens in (non-exhaustive list)
- https://learn.svelte.dev/tutorial/optional-slots
- https://learn.svelte.dev/tutorial/media-elements
- https://learn.svelte.dev/tutorial/onmount
- https://learn.svelte.dev/tutorial/sharing-code
Not sure why - I'm guessing because the web container behaves as if it's a localhost instance running without https, and the sites then refuse to answer.