-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
triagenew issues that need to be assignednew issues that need to be assigned
Description
Describe the bug
When the "Open in StackBlitz" button is requested with CORS (i.e. <img crossorigin="anonymous" ...>), it isn't loaded.
To Reproduce
Steps to reproduce the behavior:
- Run the following HTML
<!-- Broken badge -->
<img alt="Open in StackBlitz"
crossorigin="anonymous"
src="https://developer.stackblitz.com/img/open_in_stackblitz_small.svg">
<!-- Working badge-->
<img alt="Open in StackBlitz"
src="https://developer.stackblitz.com/img/open_in_stackblitz_small.svg">- Open the DevTools Console tab
- See error
Expected behavior
For the image to load.
Desktop:
- OS: Windows
- Browser: Chrome
- Version: 126
Additional context
Metadata
Metadata
Assignees
Labels
triagenew issues that need to be assignednew issues that need to be assigned

