| import type { NextRequest } from 'next/server' | import type { NextRequest } from 'next/server' | ||||
| import { NextResponse } from 'next/server' | import { NextResponse } from 'next/server' | ||||
| const NECESSARY_DOMAIN = '*.sentry.io http://localhost:* http://127.0.0.1:* https://analytics.google.com https://googletagmanager.com https://api.github.com' | |||||
| const NECESSARY_DOMAIN = '*.sentry.io http://localhost:* http://127.0.0.1:* https://analytics.google.com googletagmanager.com *.googletagmanager.com https://www.google-analytics.com https://api.github.com' | |||||
| export function middleware(request: NextRequest) { | export function middleware(request: NextRequest) { | ||||
| const isWhiteListEnabled = !!process.env.NEXT_PUBLIC_CSP_WHITELIST && process.env.NODE_ENV === 'production' | const isWhiteListEnabled = !!process.env.NEXT_PUBLIC_CSP_WHITELIST && process.env.NODE_ENV === 'production' |