diff --git a/handlers/proxy.go b/handlers/proxy.go index 886431a..668a203 100644 --- a/handlers/proxy.go +++ b/handlers/proxy.go @@ -90,6 +90,7 @@ func ProxySite(c *fiber.Ctx) error { return c.SendString(err.Error()) } + c.Set("Cookie", "") c.Set("Content-Type", resp.Header.Get("Content-Type")) c.Set("Content-Security-Policy", resp.Header.Get("Content-Security-Policy"))