mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 13:01:38 +00:00
log
This commit is contained in:
@@ -24,9 +24,11 @@ export async function middleware(request: NextRequest) {
|
|||||||
|
|
||||||
const { serviceUrl } = getServiceUrlFromHeaders(_headers);
|
const { serviceUrl } = getServiceUrlFromHeaders(_headers);
|
||||||
|
|
||||||
|
console.log("defaultCSP", DEFAULT_CSP);
|
||||||
|
|
||||||
const securitySettings = await getSecuritySettings({ serviceUrl });
|
const securitySettings = await getSecuritySettings({ serviceUrl });
|
||||||
|
|
||||||
console.log(securitySettings, DEFAULT_CSP);
|
console.log("securitySettings", securitySettings);
|
||||||
|
|
||||||
const instanceHost = `${serviceUrl}`
|
const instanceHost = `${serviceUrl}`
|
||||||
.replace("https://", "")
|
.replace("https://", "")
|
||||||
|
Reference in New Issue
Block a user