[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [BlockedSetCookieWithReason](./puppeteer.protocol.network.blockedsetcookiewithreason.md) > [blockedReasons](./puppeteer.protocol.network.blockedsetcookiewithreason.blockedreasons.md) ## Protocol.Network.BlockedSetCookieWithReason.blockedReasons property The reason(s) this cookie was blocked. Signature: ```typescript blockedReasons: SetCookieBlockedReason[]; ```