diff --git a/The-network-request-logger.md b/The-network-request-logger.md index 9cdf00f..a3fcfc4 100644 --- a/The-network-request-logger.md +++ b/The-network-request-logger.md @@ -50,7 +50,7 @@ A matching filtering expression is one which matches from left-to-right the text - `- script`: show all blocked requests of type `script` - `+ xhr`: show all force-allowed requests of type `xhr` (XHMHttpRequest) - `!-`: show all non-blocked requests -- `google`: show all requests containing the string "google" +- `script google`: show all requests containing the strings "script" then "google" The filter expression can be a plain regular expression: