fix(lib/test): fix failing test and invalid cloudflare workers rule

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-04-27 22:25:31 -04:00
parent 9f8ede7fe3
commit 029c79ba28
3 changed files with 5 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ func TestCVE2025_24369(t *testing.T) {
Next: http.NewServeMux(),
Policy: pol,
CookieDomain: "local.cetacean.club",
CookieDomain: ".local.cetacean.club",
CookiePartitioned: true,
CookieName: t.Name(),
})