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.
Screenshots


Desktop:
- OS: Windows
- Browser: Chrome
- Version: 126
Additional context
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:
Expected behavior
For the image to load.
Screenshots


Desktop:
Additional context
crossorigin="anonymous"on MDNAccess-Control-Allow-Originon MDN