<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [SetBlockedURLsRequest](./puppeteer.protocol.network.setblockedurlsrequest.md) &gt; [urls](./puppeteer.protocol.network.setblockedurlsrequest.urls.md)

## Protocol.Network.SetBlockedURLsRequest.urls property

URL patterns to block. Wildcards ('\*') are allowed.

<b>Signature:</b>

```typescript
urls: string[];
```