feat: add YouTube streaming support using yt-dlp and update CSP for frame sources
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 5m24s
Build / build-linux (push) Successful in 11m15s
Build / build-android (push) Successful in 16m3s
Build / create-release (push) Successful in 13s

This commit is contained in:
2026-02-20 16:28:00 +11:00
parent d51c787c2a
commit dafd8c538e
3 changed files with 70 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
}
],
"security": {
"csp": "script-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src 'self' https: http: data: blob:"
"csp": "script-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src 'self' https: http: data: blob:; frame-src https: http:"
}
},
"plugins": {