You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed treatment of www and www-less domain names in cookie clearing and in browser retrieval.
In some cases, this lead to cookies not being displayed appropriately for selection [Thx alpengreis for reporting]
Now internal cookieData for domainURL is iterated to clear out cookies accordingly.
Resolved issues with missing undefined checks in some cases.
Removed some debug statements, which had been left over in latest commit.