[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SetBlockedURLsRequest](./puppeteer.protocol.network.setblockedurlsrequest.md) ## Protocol.Network.SetBlockedURLsRequest interface Signature: ```typescript export interface SetBlockedURLsRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [urls](./puppeteer.protocol.network.setblockedurlsrequest.urls.md) | string\[\] | URL patterns to block. Wildcards ('\*') are allowed. |