From 99cca05db868ccb40cae2a16f2509cf5e3bb0854 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 8 Apr 2025 00:56:11 +0200 Subject: [PATCH] unpkg -> jsdelivr --- src/main/csp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/csp.ts b/src/main/csp.ts index d1559525..a426c553 100644 --- a/src/main/csp.ts +++ b/src/main/csp.ts @@ -36,7 +36,7 @@ export const CspPolicies: PolicyMap = { // CDNs used for some things by Vencord. // FIXME: we really should not be using CDNs anymore "cdnjs.cloudflare.com": MediaScriptsAndCssSrc, - "unpkg.com": MediaScriptsAndCssSrc, + "cdn.jsdelivr.net": MediaScriptsAndCssSrc, // Function Specific "api.github.com": ConnectSrc, // used for updating Vencord itself