Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 762 Bytes

web-request-filter.md

File metadata and controls

5 lines (4 loc) · 762 Bytes

WebRequestFilter Object

  • urls string[] - Array of URL patterns used to include requests that match these patterns. Use the pattern <all_urls> to match all URLs.
  • excludeUrls string[] (optional) - Array of URL patterns used to exclude requests that match these patterns.
  • types string[] (optional) - Array of types that will be used to filter out the requests that do not match the types. When not specified, all types will be matched. Can be mainFrame, subFrame, stylesheet, script, image, font, object, xhr, ping, cspReport, media or webSocket.