From 00293f6ee63861ed91919cfc18da82ab01d8a292 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 25 Jan 2015 08:37:32 -0500 Subject: [PATCH] Updated Behind the scene network requests (markdown) --- Behind-the-scene-network-requests.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Behind-the-scene-network-requests.md b/Behind-the-scene-network-requests.md index cb7cc68..8e4a22f 100644 --- a/Behind-the-scene-network-requests.md +++ b/Behind-the-scene-network-requests.md @@ -26,4 +26,6 @@ Typically, you will leave the network request logger opened for a long duration **Important:** The blocking of behind-the-scene network requests can cripple important functionality of your browser or installed extensions. **If you decide to filter some behind-the-scene network requests, you are entirely responsible for the consequences.** -The ability to filter behind-the-scene network requests is only available when _"advanced user"_ is enabled. Also, the _behind-the-scene_ virtual tab is whitelisted by default, i.e. no filtering will occur even after you enable _"advanced user"_ mode. \ No newline at end of file +The ability to filter behind-the-scene network requests is only available when _"advanced user"_ is enabled. Also, the _behind-the-scene_ virtual tab is whitelisted by default, i.e. no filtering will occur even after you enable _"advanced user"_ mode. + +[... to complete ...] \ No newline at end of file