Closed fzahner closed 2 years ago
In the webserver, pass Access-Control-Allow-Origin: * in the HTTP responses.
Access-Control-Allow-Origin: *
This is now in production.
$ curl -sI https://qrank.wmcloud.org/download/qrank-stats.json | grep access access-control-allow-origin: *
In the webserver, pass
Access-Control-Allow-Origin: *
in the HTTP responses.