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