mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 05:42:55 -04:00
whitelist catbox for use in themes
This commit is contained in:
parent
3a2a16a09c
commit
bb106b7c49
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ export const CspPolicies: PolicyMap = {
|
|||
"i.ibb.co": MediaSrc, // ImgBB, used by some themes
|
||||
"i.pinimg.com": MediaSrc, // Pinterest, used by some themes
|
||||
"*.tenor.com": MediaSrc, // Tenor, used by some themes
|
||||
"files.catbox.moe": MediaSrc, // Catbox, used by some themes
|
||||
|
||||
"cdn.discordapp.com": MediaAndCssSrc, // Discord CDN, used by Vencord and some themes to load media
|
||||
"media.discordapp.net": MediaSrc, // Discord media CDN, possible alternative to Discord CDN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue