From 60523aeb81032f680bc2d568fb710203dec0a454 Mon Sep 17 00:00:00 2001 From: Fabian Keil <fk@fabiankeil.de> Date: Thu, 17 Mar 2016 18:20:42 +0000 Subject: [PATCH] Change the add-header{} example to set the DNT header ... and use a complete section to make copy and pasting more convenient. Add a comment to make it obvious that adding the header is not recommended for obvious reasons. Using the DNT header as example was suggested by Leo Wzukw. --- doc/source/user-manual.sgml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index e0ec372e..b1ba3ce3 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -36,7 +36,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.205 2016/03/17 10:42:54 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.206 2016/03/17 10:43:07 fabiankeil Exp $ Copyright (C) 2001-2014 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -62,7 +62,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.205 2016/03/17 10:42:54 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.206 2016/03/17 10:43:07 fabiankeil Exp $</pubdate> <!-- @@ -2642,7 +2642,16 @@ example.org/blocked-example-page</screen> <term>Example usage:</term> <listitem> <para> - <screen>+add-header{X-User-Tracking: sucks}</screen> + <screen># Add a DNT ("Do not track") header to all requests, +# event to those that already have one. +# +# This is just an example, not a recommendation. +# +# There is no reason to believe that user-tracking websites care +# about the DNT header and depending on the User-Agent, adding the +# header may make user-tracking easier. +{+add-header{DNT: 1}} +/</screen> </para> </listitem> </varlistentry> -- 2.49.0