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