BNetworkCookie: Allow cookies without a path
* They will be valid for the whole domain * login.live.com cookie test now works
This commit is contained in:
@@ -413,7 +413,7 @@ BNetworkCookie::IsSessionCookie() const
|
||||
bool
|
||||
BNetworkCookie::IsValid() const
|
||||
{
|
||||
return fInitStatus == B_OK && HasName() && HasDomain() && HasPath();
|
||||
return fInitStatus == B_OK && HasName() && HasDomain();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user