mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 03:43:56 -05:00
add intercom to csp whitelist (#1177)
This commit is contained in:
@@ -54,7 +54,7 @@ export function middleware(request: NextRequest) {
|
||||
const cspHeader = `
|
||||
default-src 'self';
|
||||
script-src 'self' 'nonce-${nonce}' ${unsafeScript} https://bridge.linea.build https://bridge-devnet.linea.build
|
||||
https://www.googletagmanager.com/gtm.js;
|
||||
https://www.googletagmanager.com/gtm.js https://widget.intercom.io/widget/h5zisg78;
|
||||
style-src 'self' 'unsafe-inline';
|
||||
img-src 'self' blob: data: https:;
|
||||
font-src 'self' data: https://cdn.jsdelivr.net;
|
||||
|
||||
Reference in New Issue
Block a user