diora-web/static/js
marwin f040a45325
All checks were successful
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 14s
Open HTTP streams in raw new tab instead of custom HTTPS player
The custom /radio/stream-player/ page is served over HTTPS, so the browser
still applies mixed-content restrictions and upgrades http:// audio to https://,
which fails for streams without TLS support.

Fix: window.open(url, '_blank') navigates the tab directly to the HTTP URL.
The tab itself is then HTTP, bypassing mixed-content restrictions entirely.
Browser plays the stream natively with its built-in audio player.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 10:48:28 +01:00
..
app.js Open HTTP streams in raw new tab instead of custom HTTPS player 2026-03-22 10:48:28 +01:00
jszip.min.js Add podcast feature with feed management, Docker cron, and ebook reader assets 2026-03-19 13:39:59 +01:00
pdf.min.js Add podcast feature with feed management, Docker cron, and ebook reader assets 2026-03-19 13:39:59 +01:00
pdf.worker.min.js Add podcast feature with feed management, Docker cron, and ebook reader assets 2026-03-19 13:39:59 +01:00
sw.js Debug books: show visible status at each load stage, bump SW to v7 2026-03-20 12:28:00 +01:00