From a53abafad4819be5d953ae7829d9a75c27d72645 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 25 Jan 2015 08:21:40 -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 cf2c1fc..769b39b 100644 --- a/Behind-the-scene-network-requests.md +++ b/Behind-the-scene-network-requests.md @@ -10,7 +10,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"_ -- fired by through [`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. +- 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) - etc.