Add a referer tagger
authorFabian Keil <fk@fabiankeil.de>
Sun, 18 Mar 2012 15:45:44 +0000 (15:45 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 18 Mar 2012 15:45:44 +0000 (15:45 +0000)
default.filter

index 94110cc..2dd8276 100644 (file)
@@ -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.