• J
    Strict match when choosing cookie domain for host · 1704be74
    Jonathan Hefner 提交于
    Prior to this commit, when multiple cookie domains were specified, the
    first domain that was a substring of the request host was chosen.  This
    allowed, for example, the "example.com" domain to be chosen when the
    request host was "example.com.au" or even "myexample.com".
    
    This commit ensures a domain is chosen only if it is equal to or is a
    superdomain of the request host.
    
    Fixes #37760.
    1704be74
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 10.9 KB