Skip to content

Commit e8ae6e5

Browse files
committed
feat!: new Venus version monorepo
1 parent e6a4ec9 commit e8ae6e5

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

packages/storybook/vercel.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,13 @@
1111
{
1212
"source": "/(.*)",
1313
"headers": [
14-
{
15-
"key": "X-Content-Type-Options",
16-
"value": "nosniff"
17-
},
18-
{
19-
"key": "X-XSS-Protection",
20-
"value": "1; mode=block"
21-
},
14+
{ "key": "X-Content-Type-Options", "value": "nosniff" },
15+
{ "key": "X-XSS-Protection", "value": "1; mode=block" },
2216
{
2317
"key": "Content-Security-Policy",
24-
"value": "frame-ancestors 'self' https://*.vercel.app"
25-
}
18+
"value": "frame-ancestors 'self' https://*.vercel.app https://tu-dominio.com"
19+
},
20+
{ "key": "X-Frame-Options", "value": "SAMEORIGIN" }
2621
]
2722
}
2823
],

0 commit comments

Comments
 (0)