docs: move webRequest filters definition to structures/web-request-filter.md (#29900)

This commit is contained in:
Milan Burda 2021-07-08 09:20:08 +02:00 committed by GitHub
parent 635ed5a6e3
commit 53386914e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 24 deletions

View file

@ -0,0 +1,3 @@
# WebRequestFilter Object
* `urls` String[] - Array of URL patterns that will be used to filter out the requests that do not match the URL patterns.