From cbf32913d20e25e40e3a4eac6d81f124ba976c00 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 8 Apr 2025 02:13:22 +0200 Subject: [PATCH] yup --- 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 82f1dd92..a9cb635a 100644 --- a/src/main/csp.ts +++ b/src/main/csp.ts @@ -15,7 +15,7 @@ const MediaAndCssSrc = [...MediaSrc, ...CssSrc]; const MediaScriptsAndCssSrc = [...MediaAndCssSrc, "script-src", "worker-src"]; // Plugins can whitelist their own domains by importing this object in their native.ts -// script and just adding to it +// script and just adding to it. But generally, you should just edit this file instead export const CspPolicies: PolicyMap = { "*.github.io": MediaAndCssSrc, // github pages, used by most themes