audio: allow blob: in CSP media-src (fix Step-1 no-play/auto-skip loop)
Step 1 (blob playback) shipped without blob: in the CSP media-src directive
("self" https:). The browser silently blocked <audio>.src = blob:... so the
player fired error on every track and auto-skipped through the whole queue
without playing anything. self/https: do NOT imply blob:.
Co-Authored-By: Claude Opus 4.7 <noreply@…>