Skip to content

Commit

Permalink
Make favicons available to CORP subdomains
Browse files Browse the repository at this point in the history
  • Loading branch information
controversial committed Dec 30, 2022
1 parent 8c9006f commit a52405f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,14 @@
],
"github": {
"silent": true
}
},
"headers": [
{
"source": "/favicon-(.*).png",
"headers": [
{ "key": "Cross-Origin-Resource-Policy", "value": "same-site" },
{ "key": "Cross-Origin-Opener-Policy", "value": "same-origin" }
]
}
]
}

0 comments on commit a52405f

Please sign in to comment.