Skip to content

Commit

Permalink
Merge branch 'pr8436' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed Oct 16, 2023
2 parents 744f544 + c791421 commit bb882da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -54,6 +54,7 @@ We recommend setting up new pods using Ruby 3.1, and updating existing pods to t
* Replace `apparition` with `cuprite` [#8418](https://github.com/diaspora/diaspora/pull/8418)
* Remove `i18n-inflector-rails` for translations [#8420](https://github.com/diaspora/diaspora/pull/8420)
* Add ruby 3.0 and 3.1 support [#8423](https://github.com/diaspora/diaspora/pull/8423) [#8426](https://github.com/diaspora/diaspora/pull/8426) [#8427](https://github.com/diaspora/diaspora/pull/8427)
* Add CORS headers to nodeinfo endpoints to allow for client-side fetching [#8436](https://github.com/diaspora/diaspora/pull/8436)

## Bug fixes
* Fix multiple photos upload progress bar [#7655](https://github.com/diaspora/diaspora/pull/7655)
Expand Down
2 changes: 2 additions & 0 deletions config/initializers/cors.rb
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 bb882da

Please sign in to comment.