There was an error while loading. Please reload this page.
1 parent 8c91090 commit dd50ddaCopy full SHA for dd50dda
1 file changed
next.config.js
@@ -11,7 +11,6 @@ const contentSecurityPolicy = [
11
"connect-src 'self' https://*.googleapis.com https://*.firebaseio.com wss://*.firebaseio.com https://*.firebaseapp.com https://cdn.jsdelivr.net https://www.google.com",
12
"frame-src 'self' https://www.google.com https://*.firebaseapp.com https://accounts.google.com",
13
"worker-src 'self' blob:",
14
- "upgrade-insecure-requests",
15
].join("; ");
16
17
/** @type {import('next').NextConfig} */
0 commit comments