Post

Replies

Boosts

Views

Activity

HTTPCookieProperty's "secure" property seems broken
I'm unable to set the "secure" property of HTTPCookieProperty (for initializing HTTPCookie) to false. tried: .secure: "FALSE" .secure: "false" .secure: false but all of above resulted in "cookie.isSecure" being true. The only thing that worked was not providing the field at all (which made the property default to false). Seems like a niche bug?
Replies
2
Boosts
1
Views
873
Activity
Nov ’24