mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:53:32 +03:00
docs: describe and highlight super cookies
Reported-by: Yadhu Krishna M Closes #12687
This commit is contained in:
parent
b3f02e1d92
commit
5da57193b7
4 changed files with 37 additions and 0 deletions
|
|
@ -44,3 +44,8 @@ the Netscape format.
|
|||
Users often want to both read cookies from a file and write updated cookies
|
||||
back to a file, so using both --cookie and --cookie-jar in the same command
|
||||
line is common.
|
||||
|
||||
If curl is built with PSL (*Public Suffix List*) support, it detects and
|
||||
discards cookies that are specified for such suffix domains that should not be
|
||||
allowed to have cookies. If curl is *not* built with PSL support, it has no
|
||||
ability to stop super cookies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue