mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.9 KiB
1.9 KiB
Home > puppeteer > Protocol > Audits > SameSiteCookieIssueDetails
Protocol.Audits.SameSiteCookieIssueDetails interface
This information is currently necessary, as the front-end has a difficult time finding a specific cookie. With this, we can convey specific error information without the cookie.
Signature:
export interface SameSiteCookieIssueDetails
Properties
Property | Type | Description |
---|---|---|
cookie | AffectedCookie | |
cookieExclusionReasons | SameSiteCookieExclusionReason[] | |
cookieUrl | string | |
cookieWarningReasons | SameSiteCookieWarningReason[] | |
operation | SameSiteCookieOperation | Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context. |
request | AffectedRequest | |
siteForCookies | string |