From 1dc01c1267ac982163fb185cbb7e0e0db306c555 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 3 Mar 2015 18:36:16 -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 4a9c431..f40f67a 100644 --- a/The-network-request-logger.md +++ b/The-network-request-logger.md @@ -52,7 +52,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` -- `+ xhr`: show all force-allowed requests of type `xhr` (XHMHttpRequest) +- `+ xhr`: show all force-allowed requests of type `xhr` - `!image`: show entries which do not contain the string "image" - `script google`: show all requests containing the strings "script" then "google"