From ed343a7897a00e591fe41810e0c7661900dbff98 Mon Sep 17 00:00:00 2001 From: Stefan Guggisberg Date: Mon, 16 Sep 2024 18:42:52 +0200 Subject: [PATCH] feat: render stack and effective cache control --- tools/cache/debugger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cache/debugger.js b/tools/cache/debugger.js index af953aa5..3b5a3183 100644 --- a/tools/cache/debugger.js +++ b/tools/cache/debugger.js @@ -146,10 +146,10 @@ const renderDetails = (data) => { ${configuredCdnHost ? `
Configured CDN Host ${configuredCdnHost} +
Forwarded Host ${forwardedHost} -
` : ''} `;