diff --git a/next.config.js b/next.config.js index 0aafb70..b7f8300 100644 --- a/next.config.js +++ b/next.config.js @@ -15,11 +15,11 @@ const nextConfig = { key: 'X-Frame-Options', value: 'DENY' }, - { - key: 'Content-Security-Policy', - value: - "connect-src 'self' https://api.peerat.dev wss://api.peerat.dev; default-src 'self'; font-src 'self'; frame-ancestors 'none'; img-src 'self' data:; script-src 'self'; style-src 'self' https://fonts.googleapis.com; object-src 'none'; base-uri 'none'; frame-src 'none'; manifest-src 'self'; media-src 'self'; worker-src 'self'" - }, + // { + // key: 'Content-Security-Policy', + // value: + // "connect-src 'self' https://api.peerat.dev wss://api.peerat.dev; default-src 'self'; font-src 'self'; frame-ancestors 'none'; img-src 'self' data:; script-src 'self'; style-src 'self' https://fonts.googleapis.com;" + // }, { key: 'X-Content-Type-Options', value: 'nosniff'