chore: add verel config for CSP

This commit is contained in:
xHyroM 2023-01-02 22:43:50 +01:00
parent 23ce01cfeb
commit 332458b14f

13
vercel.json Normal file
View file

@ -0,0 +1,13 @@
{
"headers": [
{
"source": "/(.*)",
"headers" : [
{
"key" : "Content-Security-Policy",
"value" : "img-src 'self'; font-src *; style-src 'self' 'unsafe-inline' fonts.googleapis.com; script-src 'self'; object-src 'none'"
}
]
}
]
}