diff --git a/pkg/service/soundtouchweb/static/js/components/TTS.js b/pkg/service/soundtouchweb/static/js/components/TTS.js index 1398d89..5aa8921 100644 --- a/pkg/service/soundtouchweb/static/js/components/TTS.js +++ b/pkg/service/soundtouchweb/static/js/components/TTS.js @@ -68,8 +68,7 @@ export function TTS({ devices, serverServiceUrl }) {
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. ${status && html`
${status}
`}