14 lines
557 B
Markdown
14 lines
557 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SetBlockedURLsRequest](./puppeteer.protocol.network.setblockedurlsrequest.md) > [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[];
|
||
|
```
|