-
Notifications
You must be signed in to change notification settings - Fork 52
[v4] safari.cookies
Rich Infante edited this page Apr 19, 2018
·
3 revisions
This report gets information about safari cookies
- Name:
safari.cookies
- Parameters
-
backup
can be a string representing the backup ID, or aBackup
instance.
-
- Output: Array of Objects formatted like below.
{
domain: String, // App domain the cookie is in. (each app has a separate safari context).
url: String, // Web domain the cookie is attached to
path: String, // Cookie path
value: String, // Cookie value
creation: String, // Creation date string
expiration: String, // Expiry date string
flags: String // "none", "secure", "httpOnly", "secure,httpOnly"
}