diff --git a/next.config.js b/next.config.js index 344d2bf909..47c3e8c328 100644 --- a/next.config.js +++ b/next.config.js @@ -161,11 +161,15 @@ const moduleExports = withBundleAnalyzer({ headers: [ { key: 'X-Frame-Options', - value: 'SAMEORIGIN', + value: 'ALLOW-FROM https://app.safe.global', }, { key: 'Content-Security-Policy', - value: "frame-ancestors 'self'", + value: "frame-ancestors 'self' https://app.safe.global", + }, + { + key: 'Access-Control-Allow-Origin', + value: 'https://app.safe.global', }, { key: 'X-Content-Type-Options',