Commit ed6e245
fix(extensions-library): remove wildcard CORS from continue nginx config
Removed Access-Control-Allow-Origin: * from /config.yaml and / locations.
The VS Code extension uses its own HTTP client (not browser fetch), so CORS
headers are unnecessary. The wildcard allowed any website to exfiltrate
internal LLM API URLs and server topology from config.yaml.
Closes Light-Heart-Labs#91
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent dd97e51 commit ed6e245
1 file changed
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
0 commit comments