From 8ffc4e25993fc417c03416ca219ffe41ab009451 Mon Sep 17 00:00:00 2001 From: Arthur Date: Sat, 4 Jul 2026 23:33:24 +0200 Subject: [PATCH] chore: add modfolio to allowed hostnames (#6584) Add modfolio to allowed hostnames --- packages/utils/parse.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/utils/parse.ts b/packages/utils/parse.ts index 4d1515391..322664e39 100644 --- a/packages/utils/parse.ts +++ b/packages/utils/parse.ts @@ -112,6 +112,7 @@ export const configuredXss = new FilterXSS({ 'wsrv.nl', 'cf.way2muchnoise.eu', 'bstats.org', + 'modfolio.creeperkatze.dev', ] const allowedHostnameSuffixes = ['.github.io']