Add wasm-unsafe-eval to CSP script-src so onnxruntime-web can compile Silero VAD WASM
Add blob: to CSP worker-src for VAD audio worklet
Surface VAD init errors as UI toast instead of silent console log
Test plan
VAD mic works on HTTPS prod (no CSP errors in console)
Speech detected, auto-stop, correct transcript
## Summary
- Add `wasm-unsafe-eval` to CSP `script-src` so onnxruntime-web can compile Silero VAD WASM
- Add `blob:` to CSP `worker-src` for VAD audio worklet
- Surface VAD init errors as UI toast instead of silent console log
## Test plan
- [ ] VAD mic works on HTTPS prod (no CSP errors in console)
- [ ] Speech detected, auto-stop, correct transcript
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
wasm-unsafe-evalto CSPscript-srcso onnxruntime-web can compile Silero VAD WASMblob:to CSPworker-srcfor VAD audio workletTest plan