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
in file cookie.go
the function formatCookieDomain return a wrong value when the domain has a region suffix like www.sina.com.cn
expect return is .sina.com.cn but return .com.cn
The text was updated successfully, but these errors were encountered:
I can not find out a good way to solve this problem that consider all kind of domain yet
for example the input maybe: www.sina.com.cn www.sina.com
sina.com
sina.com.cn
xxx.sina.com
xxx.sina.com.cn
emmm...
Now I just config DisableSubdomainPersistence to true to ignore the problem
in file cookie.go
the function formatCookieDomain return a wrong value when the domain has a region suffix like www.sina.com.cn
expect return is .sina.com.cn but return .com.cn
The text was updated successfully, but these errors were encountered: