fix: secure field lost in cookie round-trip & batch AddCookies failure #77
Reference in New Issue
Block a user
Delete Branch "fix/75-cookie-secure-field-roundtrip"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Securefield in bothcookieToPlaywrightOptionalCookieandplaywrightCookieToCookie— previously it was silently dropped, causing cookies with__Secure-/__Host-prefixes to be rejected by ChromiumAddCookiescall with one-by-one cookie adding, loggingslog.Warnon failure instead of failing browser creation entirelySecuretrue/false and edge casesCloses #75