From f3b3e44c945121b92a52106fa0daf3f5115f3497 Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Tue, 9 Jul 2024 09:34:48 -0400 Subject: [PATCH] Update vercel.json allow requests to api.github.com --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 03bc422..0e294c9 100644 --- a/vercel.json +++ b/vercel.json @@ -9,7 +9,7 @@ }, { "key":"Content-Security-Policy", - "value":"default-src https://*.camscode.com https://camscode.com https://*.vercel.app" + "value":"default-src https://*.camscode.com https://camscode.com https://*.vercel.app https://api.github.com" }, { "key":"X-Frame-Options",