Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RBRBRB committed Nov 28, 2024
1 parent 0591da6 commit b8bca23
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"source": "/(.*)",
"headers": [
// {
// "key": "Access-Control-Allow-Origin",
// "value": "https://svelte-qwer.vercel.app"
// },
{
"key": "Access-Control-Allow-Origin",
"value": "https://rblog_me.vercel.app"
},
{
"key": "X-Frame-Options",
"value": "DENY"
Expand All @@ -19,10 +19,10 @@
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
// {
// "key": "Content-Security-Policy",
// "value": "style-src 'self' 'unsafe-inline' https://giscus.app; script-src 'self' 'unsafe-inline' https://svelte-qwer.vercel.app https://*.kwchang0831.dev https://giscus.app https://www.youtube.com https://www.googletagmanager.com"
// },
{
"key": "Content-Security-Policy",
"value": "style-src 'self' 'unsafe-inline' https://giscus.app; script-src 'self' 'unsafe-inline' https://rblog_me.vercel.app https://giscus.app https://www.youtube.com https://www.googletagmanager.com"
},
{
"key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
Expand Down

0 comments on commit b8bca23

Please sign in to comment.