You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imprv: Enable API token header "X-GROWI-ACCESS-TOKEN" (#11244) @yuki-takei
Adds X-GROWI-ACCESS-TOKEN as a new HTTP request header for API authentication, providing a secure alternative when the Authorization header is already occupied (e.g., by Basic auth on a reverse proxy). Tokens no longer need to be exposed as URL query parameters.
リバースプロキシなどで Authorization ヘッダーが既に使用されている環境でも、X-GROWI-ACCESS-TOKEN ヘッダーで安全に API トークンを送信できるようになりました。トークンを URL に含めるリスクを回避できます。
🐛 Bug Fixes
fix: disable $lsx() and attachment-refs directives on share link pages to prevent Basic auth challenge (#11271) @yuki-takei
support: Verify initial pages are created with content after installation (#11234) @Ryosei-Fukushima
Adds Playwright tests to verify that the initial pages (/ and /Sandbox) are created with their expected content after installation, preventing regressions like the empty-page bug introduced in v7.5.0.