docs(web): trim the Play URL aside from the TTS view's SSRF note

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Tobias Gesellchen
2026-05-31 22:35:31 +02:00
co-authored by Claude Opus 4.8
parent f2f03a358c
commit 40633f33c8
@@ -68,8 +68,7 @@ export function TTS({ devices, serverServiceUrl }) {
<br/>
The service URL is fixed server-side and can't be edited here: soundtouch-web
makes the request itself, so a browser-supplied URL would let anyone use it as
an SSRF proxy. (Play URL differs — its URL is handed to the speaker, not fetched
here.)
an SSRF proxy.
</div>
${status && html`<div class="track-meta" style="margin-top:.6rem">${status}</div>`}