[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [CookieParam](./puppeteer.protocol.network.cookieparam.md) > [secure](./puppeteer.protocol.network.cookieparam.secure.md) ## Protocol.Network.CookieParam.secure property True if cookie is secure. Signature: ```typescript secure?: boolean; ```