mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -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"];
|
const MediaScriptsAndCssSrc = [...MediaAndCssSrc, "script-src", "worker-src"];
|
||||||
|
|
||||||
// Plugins can whitelist their own domains by importing this object in their native.ts
|
// 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 = {
|
export const CspPolicies: PolicyMap = {
|
||||||
"*.github.io": MediaAndCssSrc, // github pages, used by most themes
|
"*.github.io": MediaAndCssSrc, // github pages, used by most themes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue