Commit cb71a2a
fix: remove crossOrigin use-credentials from entry script (#100)
The crossOrigin = 'use-credentials' attribute on the entry module script
causes CORS issues when the app-loader is used cross-origin (e.g. in
Canvas preview iframes). Removing it restores the default browser
behavior which works correctly for cross-origin module scripts.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3a5592d commit cb71a2a
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
0 commit comments