From de5e9aad8e6d7cda6ae3592c59ca6e88f733d3b1 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 17 Jul 2014 15:44:51 -0700 Subject: [PATCH] Updated Privacy stuff (markdown) --- Privacy-stuff.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Privacy-stuff.md b/Privacy-stuff.md index 13ae512..c594cd5 100644 --- a/Privacy-stuff.md +++ b/Privacy-stuff.md @@ -12,7 +12,7 @@ I personally use these command line switches (Chromium on Linux): - `--disable-component-extensions-with-background-pages` - _"Disable default component extensions with background pages"_ ([ref](http://peter.sh/experiments/chromium-command-line-switches/#disable-component-extensions-with-background-pages)) - - I believe this takes care to prevent Hangout Services to be launched by the browser. + - I believe this prevent Hangout Services to be launched by the browser as a background process. I wasn't too happy to find out there was such a process launched even though I do not use Google's _Hangout_. - With other Chromium-based browsers, maybe more stuff would be disabled, you decide whether this is good or bad. - `--disable-background-networking` - _"Disable several subsystems which run network requests in the background"_ ([ref](http://peter.sh/experiments/chromium-command-line-switches/#disable-background-networking))