mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 17:13:03 -04:00
yup
This commit is contained in:
parent
eea3a443fa
commit
cbf32913d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue