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