refactor: revert url::DomainIs() for cookie domains (#44154)

This commit is contained in:
trop[bot]
2024-10-08 20:34:55 -07:00
committed by GitHub
parent 9469efb4c9
commit 4e6e77d696
3 changed files with 21 additions and 57 deletions

View File

@@ -74,7 +74,7 @@ The following methods are available on instances of `Cookies`:
`url`. Empty implies retrieving cookies of all URLs.
* `name` string (optional) - Filters cookies by name.
* `domain` string (optional) - Retrieves cookies whose domains match or are
subdomains of `domain`.
subdomains of `domains`.
* `path` string (optional) - Retrieves cookies whose path matches `path`.
* `secure` boolean (optional) - Filters cookies by their Secure property.
* `session` boolean (optional) - Filters out session or persistent cookies.