mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-22 14:27:40 +00:00
allow hostname *.zitadel.* as image source
This commit is contained in:
@@ -41,6 +41,12 @@ const imageRemotePatterns = [
|
||||
port: "8080",
|
||||
pathname: "/**",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "*.zitadel.*",
|
||||
port: "",
|
||||
pathname: "/**",
|
||||
},
|
||||
];
|
||||
|
||||
if (process.env.ZITADEL_API_URL) {
|
||||
|
Reference in New Issue
Block a user