From 7237af102f140699fe3c173b98c03f3d707a0d3f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 18 Mar 2012 15:45:44 +0000 Subject: [PATCH] Add a referer tagger --- default.filter | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/default.filter b/default.filter index 94110cc4..2dd8276c 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.82 2011/06/23 14:04:29 fabiankeil Exp $ +# $Id: default.filter,v 1.83 2011/10/16 14:01:05 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -840,6 +840,15 @@ CLIENT-HEADER-TAGGER: user-agent Tags the request with the complete User-Agent h s@^User-Agent:.*@$0@i +################################################################################# +# +# referer: Tags the request with the complete Referer header. +# +################################################################################# +CLIENT-HEADER-TAGGER: referer Tags the request with the complete Referer header. + +s@^Referer:.*@$0@i + ################################################################################# # # content-type: Tags the request with the content type declared by the server. -- 2.39.2