support Firefox containers for --cookies-from-browser (#3346)
This commit is contained in:
@@ -432,15 +432,17 @@ Description
|
||||
"isAdult" : "1"
|
||||
}
|
||||
|
||||
* A ``list`` with up to 3 entries specifying a browser profile.
|
||||
* A ``list`` with up to 4 entries specifying a browser profile.
|
||||
|
||||
* The first entry is the browser name
|
||||
* The optional second entry is a profile name or an absolute path to a profile directory
|
||||
* The optional third entry is the keyring to retrieve passwords for decrypting cookies from
|
||||
* The optional fourth entry is a (Firefox) container name (``"none"`` for only cookies with no container)
|
||||
|
||||
.. code:: json
|
||||
|
||||
["firefox"]
|
||||
["firefox", null, null, "Personal"]
|
||||
["chromium", "Private", "kwallet"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user