fix: allow crowdin badges to skip image proxy (#6861)

Add crowdin to allowed hostnames

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Arthur
2026-07-26 01:14:21 +00:00
committed by GitHub
co-authored by Prospector
parent 59a794ebb1
commit b96a1cfa58
+1
View File
@@ -115,6 +115,7 @@ export const configuredXss = new FilterXSS({
'cdn.serilum.com',
'workflow.serilum.com',
'modfolio.creeperkatze.dev',
'badges.crowdin.net',
]
const allowedHostnameSuffixes = ['.github.io']