diff --git a/helpers.go b/helpers.go index 3576f1a6..cf2d3598 100644 --- a/helpers.go +++ b/helpers.go @@ -164,6 +164,7 @@ func postInstall(handler func(http.ResponseWriter, *http.Request)) func(http.Res http.Redirect(w, r, newURL.String(), http.StatusTemporaryRedirect) return } + w.Header().Set("Access-Control-Allow-Origin", "*") handler(w, r) } }