Commit ef8c494
committed
Fix map tiles blocked by COEP: use credentialless instead of require-corp
Cross-Origin-Embedder-Policy: require-corp blocks OpenStreetMap tiles and
Leaflet marker icons (from unpkg.com) because they don't send CORP headers.
Switching to credentialless still enables SharedArrayBuffer for ONNX WASM
but allows cross-origin resources that don't use credentials.1 parent 86397e0 commit ef8c494
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments