Skip to content

Commit 42c22bc

Browse files
authored
Merge pull request #82 from vercel/dimavoytenko/try-coop-unsafe-none
Try COOP unsafe-none
2 parents 663155b + 8408fea commit 42c22bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const nextConfig = {
66
headers: [
77
{
88
key: "Cross-Origin-Opener-Policy",
9-
value: "same-origin-allow-popups",
9+
value: "unsafe-none",
1010
},
1111
],
1212
},

0 commit comments

Comments
 (0)