WebUI: Allow cross-origin links to webroot
The CSRF check rejects `GET /` from a different origin with 401, which breaks plain hyperlinks to the WebUI from other sites. The webroot serves only the static index document, so exempting it from the Origin/Referer check has no effect on attack surface. Closes #23782. PR #24379.
T
Tom Piccirello committed
835649c686125015f399bc4552a85c252945ad55
Parent: 987bccc
Committed by GitHub <noreply@github.com>
on 6/1/2026, 7:49:53 AM