mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 13:43:03 -04:00
Merge remote-tracking branch 'upstream/main' into dev
This commit is contained in:
commit
c86528c7c0
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "equicord",
|
"name": "equicord",
|
||||||
"private": "true",
|
"private": "true",
|
||||||
"version": "1.12.2",
|
"version": "1.12.3",
|
||||||
"description": "The other cutest Discord client mod",
|
"description": "The other cutest Discord client mod",
|
||||||
"homepage": "https://github.com/Equicord/Equicord#readme",
|
"homepage": "https://github.com/Equicord/Equicord#readme",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
|
@ -19,6 +19,7 @@ export const MediaScriptsAndCssSrc = [...MediaAndCssSrc, "script-src", "worker-s
|
||||||
|
|
||||||
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
|
||||||
|
"github.com": MediaAndCssSrc, // GitHub content (stuff uploaded to markdown forms), used by most themes
|
||||||
"raw.githubusercontent.com": MediaAndCssSrc, // GitHub raw, used by some themes
|
"raw.githubusercontent.com": MediaAndCssSrc, // GitHub raw, used by some themes
|
||||||
"*.gitlab.io": MediaAndCssSrc, // GitLab pages, used by some themes
|
"*.gitlab.io": MediaAndCssSrc, // GitLab pages, used by some themes
|
||||||
"gitlab.com": MediaAndCssSrc, // GitLab raw, used by some themes
|
"gitlab.com": MediaAndCssSrc, // GitLab raw, used by some themes
|
||||||
|
@ -32,6 +33,9 @@ export const CspPolicies: PolicyMap = {
|
||||||
|
|
||||||
"i.imgur.com": MediaSrc, // Imgur, used by some themes
|
"i.imgur.com": MediaSrc, // Imgur, used by some themes
|
||||||
"i.ibb.co": MediaSrc, // ImgBB, used by some themes
|
"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
|
"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
|
"media.discordapp.net": MediaSrc, // Discord media CDN, possible alternative to Discord CDN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue