Commit fe08ea0
Add CORS header to /static/ nginx location blocks
The cors-static.sh test was failing because Access-Control-Allow-Origin
was only added to location / but not location ^~ /static/.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ce8037c commit fe08ea0
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| |||
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| 299 | + | |
| 300 | + | |
298 | 301 | | |
299 | 302 | | |
300 | 303 | | |
| |||
0 commit comments