"...resnet50_tensorflow.git" did not exist on "d8eed14509cea07149d3df7c4b5c4bee13ca369c"
Commit 8baaaa39 authored by Nicholas Dudfield's avatar Nicholas Dudfield
Browse files

Allow extension origins (still needs explicit listing), fixes #1686

parent cd8fad33
......@@ -837,6 +837,7 @@ func (s *Server) GenerateRoutes() http.Handler {
config := cors.DefaultConfig()
config.AllowWildcard = true
config.AllowBrowserExtensions = true
config.AllowOrigins = origins
for _, allowOrigin := range defaultAllowOrigins {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment