fix(csp): allow data: media for Remotion player audio

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sase Dev
2026-05-13 21:41:16 +00:00
committed by Fusion
parent 36d041d514
commit 492780d001
46 changed files with 1859 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ async function bootstrap() {
styleSrc: ["'self'", "https:", "'unsafe-inline'"],
imgSrc: ["'self'", "data:", "https://storage.sase.tr"],
fontSrc: ["'self'", "https:", "data:"],
mediaSrc: ["'self'", "data:"],
connectSrc: ["'self'", "https://storage.sase.tr", "https://t.sase.tr"],
objectSrc: ["'none'"],
frameSrc: ["'none'"],