diff --git a/vercel.json b/vercel.json index 5149f68c..82089f30 100644 --- a/vercel.json +++ b/vercel.json @@ -132,6 +132,20 @@ "source": "/api/(.*)", "headers": [{ "key": "Cache-Control", "value": "no-store" }] }, + { + "source": "/activity", + "headers": [ + { "key": "X-Content-Type-Options", "value": "nosniff" }, + { + "key": "Referrer-Policy", + "value": "strict-origin-when-cross-origin" + }, + { + "key": "Content-Security-Policy", + "value": "default-src 'self' https: data: blob:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; style-src 'self' 'unsafe-inline' https:; img-src 'self' data: blob: https:; font-src 'self' data: https:; connect-src 'self' https: wss:; frame-ancestors 'self' https://discord.com https://*.discord.com https://*.discordsays.com" + } + ] + }, { "source": "/(.*)", "headers": [