proxy.golang.org: let storage.googleapis.com/proxy-golang-org-prod return responses with 'Access-Control-Allow-Origin: *' #45248
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
proxy.golang.org
Milestone
Apparently https://proxy.golang.org/ now returns responses with
Access-Control-Allow-Origin: *
, which is awesome. However, the storage server (https://storage.googleapis.com/proxy-golang-org-prod/...) for zip files does not.I'd be happy if the storage server could return responses with
Access-Control-Allow-Origin: *
, so that we could create our own playground where Go tool chain works on browsers completely. Actually, I have succeeded to create a Go toolchain compiled in Wasm (https://github.com/hajimehoshi/asobiba, https://storage.googleapis.com/soko-dot-hajimehoshi-dot-org/asobiba/index.html) and now I'm now using a third party's GOPROXY instead.The text was updated successfully, but these errors were encountered: