From b97428106ff27ff79fe17ea67e22f398e0330a6b Mon Sep 17 00:00:00 2001 From: Ronni Skansing Date: Thu, 16 Oct 2025 11:49:32 +0200 Subject: [PATCH] update example Signed-off-by: Ronni Skansing --- frontend/src/routes/proxy/+page.svelte | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/frontend/src/routes/proxy/+page.svelte b/frontend/src/routes/proxy/+page.svelte index 3d3d361..fc27877 100644 --- a/frontend/src/routes/proxy/+page.svelte +++ b/frontend/src/routes/proxy/+page.svelte @@ -69,19 +69,6 @@ proxy: "My Proxy Campaign" portal.example.com: to: "evil.example.com" response: - - path: "^/favicon\\.ico$" - headers: - Content-Type: "image/x-icon" - Cache-Control: "public, max-age=3600" - body: "" - forward: false - - path: "^/robots\\.txt$" - headers: - Content-Type: "text/plain" - body: | - User-agent: * - Disallow: / - forward: false - path: "^/api/health$" headers: Content-Type: "application/json"