mirror of
https://github.com/electron/electron.git
synced 2026-01-24 14:57:58 -05:00
Merge pull request #6281 from electron/cookies-http-only
Update key to be httpOnly instead of session
This commit is contained in:
@@ -377,8 +377,8 @@ with `callback(error, cookies)` on complete.
|
||||
* `path` String - The path of the cookie. Empty by default if omitted.
|
||||
* `secure` Boolean - Whether the cookie should be marked as Secure. Defaults to
|
||||
false.
|
||||
* `session` Boolean - Whether the cookie should be marked as HTTP only. Defaults
|
||||
to false.
|
||||
* `httpOnly` Boolean - Whether the cookie should be marked as HTTP only.
|
||||
Defaults to false.
|
||||
* `expirationDate` Double - The expiration date of the cookie as the number of
|
||||
seconds since the UNIX epoch. If omitted then the cookie becomes a session
|
||||
cookie and will not be retained between sessions.
|
||||
|
||||
Reference in New Issue
Block a user