From c077c1f8a1984739886a8fa6a42342a03268e41d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 25 Jan 2015 08:36:39 -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 e3850ef..cb7cc68 100644 --- a/Behind-the-scene-network-requests.md +++ b/Behind-the-scene-network-requests.md @@ -24,4 +24,6 @@ Typically, you will leave the network request logger opened for a long duration ### How to filter behind-the-scene network requests -**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.** \ No newline at end of file +**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