refactor: revert url::DomainIs() for cookie domains (#44153)
build: revert DomainIs refactor
This commit is contained in:
parent
ebeae6f301
commit
08d315da14
3 changed files with 21 additions and 57 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue