Allow CORS requests to nodeinfo endpoint
This commit is contained in:
parent
744f5449fb
commit
c791421280
1 changed files with 2 additions and 0 deletions
|
|
@ -13,5 +13,7 @@ Rails.application.config.middleware.insert_before 0, Rack::Cors do
|
|||
resource "/api/*", methods: :any
|
||||
resource "/.well-known/webfinger"
|
||||
resource "/.well-known/openid-configuration"
|
||||
resource "/.well-known/nodeinfo"
|
||||
resource "/nodeinfo/*"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue