fix: csp prevents external videos (#3372)

This commit is contained in:
Meier Lukas
2025-06-10 22:14:43 +02:00
committed by GitHub
parent ad444e8fa7
commit c59cdeda47

View File

@@ -53,6 +53,7 @@ const nextConfig: NextConfig = {
form-action 'self';
img-src * data:;
font-src * data:;
media-src * data:;
`
.replace(/\s{2,}/g, " ")
.trim(),