From f946bd1bab187d2e6dd4b33b71392790b92e3d0c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 8 Feb 2015 08:52:00 -0500 Subject: [PATCH] Updated Behind the scene network requests (markdown) --- Behind-the-scene-network-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Behind-the-scene-network-requests.md b/Behind-the-scene-network-requests.md index a53665f..a0970fb 100644 --- a/Behind-the-scene-network-requests.md +++ b/Behind-the-scene-network-requests.md @@ -11,7 +11,7 @@ For the Chromium browser, examples of behind-the-scene network requests: - from the browser to update extensions - from the browser because of specific functionality, like the setting _"Use a prediction service to help complete searches and URLs typed in the address bar"_ - as a result of web pages using [`navigator.sendBeacon()`](https://developer.mozilla.org/en-US/docs/Web/API/navigator.sendBeacon), [hyperlink auditing](http://www.wilderssecurity.com/threads/hyperlink-auditing-aka-a-ping-and-beacon-aka-navigator-sendbeacon.364904/), etc. -- made by installed extensions for good or bad reasons (µBlock makes such requests, to fetch the filter lists when they need to be updated) +- made by installed extensions for good or not so good reasons (µBlock makes such requests, to fetch the filter lists when they need to be updated) - etc. ### How to inspect behind-the-scene network requests