allow hostname *.zitadel.* as image source

This commit is contained in:
Max Peintner
2025-02-14 08:48:03 +01:00
parent 37e98b61e8
commit 4a791c5d24

View File

@@ -41,6 +41,12 @@ const imageRemotePatterns = [
port: "8080",
pathname: "/**",
},
{
protocol: "https",
hostname: "*.zitadel.*",
port: "",
pathname: "/**",
},
];
if (process.env.ZITADEL_API_URL) {