]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-blocked-images): Clarify privacy implications
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 18 May 2018 14:05:02 +0000 (16:05 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 18 May 2018 14:05:11 +0000 (16:05 +0200)
* lisp/gnus/gnus-art.el (gnus-blocked-images): Clarify the privacy
implication of altering the value of this variable.

lisp/gnus/gnus-art.el

index 869ff4e661f64d7035bb6aae840d3d7885bceaf4..f6120dc5c7d7b1645e5c7fda270bb0c9fef69db3 100644 (file)
@@ -1616,6 +1616,16 @@ It is a string, such as \"PGP\". If nil, ask user."
 
 (defcustom gnus-blocked-images 'gnus-block-private-groups
   "Images that have URLs matching this regexp will be blocked.
+Note that the main reason external images are included in HTML
+emails (these days) is to allow tracking whether you've read the
+email message or not.  If you allow loading images in HTML
+emails, you give up privacy.
+
+The default value of this variable blocks loading external
+resources when reading email groups (and therefore stops
+tracking), but allows loading external resources when reading
+from NNTP newsgroups and the like.
+
 This can also be a function to be evaluated.  If so, it will be
 called with the group name as the parameter, and should return a
 regexp."