"git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "f7e6680b651ca85c425dce24f30631e8f5e1f047"
Unverified Commit 0101e76d authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

Merge pull request #1797 from...

Merge pull request #1797 from sublimator/nd-allow-extension-origins-still-needs-explicit-listing-2024-01-05

fix: allow extension origins (still needs explicit listing), fixes #1686
parents 3a9f4471 8baaaa39
...@@ -857,6 +857,7 @@ func (s *Server) GenerateRoutes() http.Handler { ...@@ -857,6 +857,7 @@ func (s *Server) GenerateRoutes() http.Handler {
config := cors.DefaultConfig() config := cors.DefaultConfig()
config.AllowWildcard = true config.AllowWildcard = true
config.AllowBrowserExtensions = true
config.AllowOrigins = origins config.AllowOrigins = origins
for _, allowOrigin := range defaultAllowOrigins { 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