Skip to content

Commit bec14d7

Browse files
authored
lvpr-tv: wildcard on iframe cors (#616)
1 parent a128ee7 commit bec14d7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

apps/lvpr-tv/next.config.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,11 @@ const nextConfig = {
88
headers: [
99
{
1010
key: "Content-Security-Policy",
11-
value:
12-
"frame-ancestors 'self' https://vtuber.fun https://dev.vtuber.fun https://daydream.live https://*.livepeer.monster https://*.livepeer.org https://*.vercel.app http://localhost:3000",
13-
},
14-
{
15-
key: "X-Frame-Options",
16-
value:
17-
"ALLOW-FROM https://vtuber.fun https://dev.vtuber.fun https://daydream.live https://*.livepeer.monster https://*.livepeer.org https://*.vercel.app http://localhost:3000",
11+
value: "frame-ancestors *",
1812
},
1913
{
2014
key: "Access-Control-Allow-Origin",
21-
value:
22-
"https://vtuber.fun https://dev.vtuber.fun https://daydream.live https://*.livepeer.monster https://*.livepeer.org https://*.vercel.app http://localhost:3000",
15+
value: "*",
2316
},
2417
{
2518
key: "Access-Control-Allow-Methods",

0 commit comments

Comments
 (0)