Skip to content

Commit 45361a5

Browse files
committed
fix: allow frames from accounts.google.com in next.config.js
1 parent 1b8e7de commit 45361a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webapp/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module.exports = withPWA({
119119
font: ["'self'", 'data:', 'fonts.gstatic.com', ...envUrls],
120120
image: ["'self'", 'data:', 'blob:', 'https:', ...devUrls], // 🔥 All HTTPS images
121121
media: ["'self'", 'data:', 'blob:', 'https:', ...devUrls],
122-
frame: ["'self'", '*.cloudflare.com', ...envUrls, ...devUrls],
122+
frame: ["'self'", '*.cloudflare.com', 'accounts.google.com', ...envUrls, ...devUrls],
123123
form: ["'self'", ...envUrls, ...devUrls]
124124
}
125125

0 commit comments

Comments
 (0)