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