679 B
679 B
Home > puppeteer > Protocol > Network > CookieBlockedReason
Protocol.Network.CookieBlockedReason type
Types of reasons why a cookie may not be sent with a request.
Signature:
export type CookieBlockedReason = ('SecureOnly' | 'NotOnPath' | 'DomainMismatch' | 'SameSiteStrict' | 'SameSiteLax' | 'SameSiteUnspecifiedTreatedAsLax' | 'SameSiteNoneInsecure' | 'UserPreferences' | 'UnknownError');