From 471c314bed39b7343ad176192ca8e846718a1377 Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Mon, 3 Aug 2015 17:13:11 -0400 Subject: [PATCH] Added warning about User Agent leaking. --- src/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 0266866..9ef53b2 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -393,7 +393,7 @@ "description": "Second part" }, "privacySpoofUserAgentHelp" : { - "message": "According to the Electronic Frontier Foundation: “[...] your browser sends a ‘User Agent’ header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] the User Agent string becomes a real privacy problem.”

This option allows you to address the privacy issue raised by the EFF.

You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with ‘#’ will be ignored.

", + "message": "According to the Electronic Frontier Foundation: “[...] your browser sends a ‘User Agent’ header to the website saying precisely which operating system and web browser you are using. This information could help distinguish Internet users from one another because these versions differ, often considerably, from person to person. [...] the User Agent string becomes a real privacy problem.”

This option allows you to address the privacy issue raised by the EFF. Please note that your actual User Agent string can be leaked through WebSockets.

You can supply your own list of user agent strings. One string per line. Blank lines and lines prefixed with ‘#’ will be ignored.

", "description": "" }, "privacyBehindTheSceneHeader" : {