Skip to content

Commit

Permalink
Allow CORS requests to nodeinfo endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed Oct 16, 2023
1 parent 744f544 commit c791421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/cors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
resource "/api/*", methods: :any
resource "/.well-known/webfinger"
resource "/.well-known/openid-configuration"
resource "/.well-known/nodeinfo"
resource "/nodeinfo/*"
end
end

0 comments on commit c791421

Please sign in to comment.