There was an error while loading. Please reload this page.
1 parent 717da80 commit 0cb85b2Copy full SHA for 0cb85b2
1 file changed
next.config.js
@@ -9,7 +9,7 @@ const contentSecurityPolicy = [
9
"font-src 'self' data: https://fonts.gstatic.com",
10
"img-src 'self' data: blob: https://res.cloudinary.com https://firebasestorage.googleapis.com https://*.googleusercontent.com https://www.gstatic.com",
11
"connect-src 'self' https://*.googleapis.com https://*.firebaseio.com wss://*.firebaseio.com https://*.firebaseapp.com https://apis.google.com https://accounts.google.com https://cdn.jsdelivr.net https://www.google.com",
12
- "frame-src 'self' https://www.google.com https://*.firebaseapp.com https://accounts.google.com https://apis.google.com",
+ "frame-src 'self' https://www.google.com https://*.firebaseapp.com https://accounts.google.com https://apis.google.com https://www.youtube.com https://maps.google.com",
13
"worker-src 'self' blob:",
14
].join("; ");
15
0 commit comments