I fixed the CORS header, but still not seeing the README (which makes sense give the above, the browser isn't asking for it):
In case anyone else needs it:
```
map $request_uri $allow_origin {
default "";
~^/[a-z0-9]+/[a-z0-9]+/raw "*";
}
```
location / {
...
add_header Access-Control-Allow-Origin $allow_origin;
}
Login to reply
Replies (1)
fixed by ae232c3ee1591f95070697af5cf9f1e284978445.
I really need to get onto View quoted note →
as I missed the notification for your previous reply to this thread: View quoted note →
I'm just trying to ship some ngit updates then I can focus on gitworkshop.dev as it needs some love.