From 7ee653406b8b91e4de30114e2fe296a492799d35 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 3 Mar 2015 18:27:04 -0500 Subject: [PATCH] Updated The network request logger (markdown) --- The-network-request-logger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-network-request-logger.md b/The-network-request-logger.md index 75949fd..9cdf00f 100644 --- a/The-network-request-logger.md +++ b/The-network-request-logger.md @@ -48,7 +48,7 @@ If the first character is: A matching filtering expression is one which matches from left-to-right the text in an entry. Examples of filtering expression: - `- script`: show all blocked requests of type `script` -- `+ object`: show all force-allowed requests of type `xhr` (XHMHttpRequest) +- `+ xhr`: show all force-allowed requests of type `xhr` (XHMHttpRequest) - `!-`: show all non-blocked requests - `google`: show all requests containing the string "google"