Commit 09ec108
committed
Switch model URLs from GitHub Releases to raw.githubusercontent.com
GitHub Releases don't serve CORS headers, so browser fetch() fails
under COEP. raw.githubusercontent.com serves both:
- Access-Control-Allow-Origin: *
- Cross-Origin-Resource-Policy: cross-origin
Model files are hosted on the orphan `models` branch and served via:
https://raw.githubusercontent.com/CSSLab/maia-platform-frontend/models/
https://claude.ai/code/session_01T73Yphu4y2U3c3ctCcHVPf1 parent c7ec319 commit 09ec108
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
| 354 | + | |
354 | 355 | | |
355 | 356 | | |
356 | 357 | | |
357 | | - | |
| 358 | + | |
358 | 359 | | |
359 | 360 | | |
360 | 361 | | |
| |||
0 commit comments