1
0

Set http header for CORS in nodeinfo page (#11988)

* add Access-Control-Allow-Origin header

* WellKnownServerService.tsに合わせる

* update changelog

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
Srgr0
2023-10-08 13:47:45 +09:00
committed by GitHub
parent 8e0fb23068
commit bb9f04d586
2 changed files with 11 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@
- Enhance: WebSocket接続が多い場合のパフォーマンスを向上
- Enhance: 不要なPostgreSQLのインデックスを削除しパフォーマンスを向上
- Fix: 連合なしアンケートに投票をするとUpdateがリモートに配信されてしまうのを修正
- Fix: nodeinfoにおいてCORS用のヘッダーが設定されていないのを修正
- Fix: 同じ種類のTLのストリーミングを複数接続できない問題を修正
## 2023.9.3