File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments