1
0

add cors header to ActivityPubServerService.ts (#9888)

* add cors header to ActivityPubServerService.ts

* Update CHANGELOG.md
This commit is contained in:
momoirodouhu
2023-02-12 08:22:42 +09:00
committed by GitHub
parent 1ac7c154d7
commit f28aea9e30
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ You should also include the user name that made the change.
### Improvements
- アニメーションを少なくする設定の時、MkPageHeaderのタブアニメーションを無効化
- Backend: activitypub情報がcorsでブロックされないようヘッダーを追加
### Bugfixes
- Client: ユーザーページでアクティビティを見ることができない問題を修正