Add +limit-cookie-lifetime{} to the list of avilable actions
authorFabian Keil <fk@fabiankeil.de>
Fri, 19 Dec 2014 12:29:20 +0000 (12:29 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 19 Dec 2014 12:29:20 +0000 (12:29 +0000)
default.action.master

index 27b25df..64c4dd4 100644 (file)
@@ -11,7 +11,7 @@
 #
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 #
-#  $Id: default.action.master,v 1.313 2014/11/11 12:19:38 fabiankeil Exp $
+#  $Id: default.action.master,v 1.314 2014/11/28 14:13:22 fabiankeil Exp $
 #
 #  Requires    :  This version requires Privoxy v3.0.11 or later due to
 #                 syntax changes.
 #    +limit-connect{-}                     # All ports are OK
 #    +limit-connect{,}                     # No HTTPS/SSL traffic is allowed
 #
+# +limit-cookie-lifetime{lifetime in minutes}
+#
+#    This action reduces the lifetime of HTTP cookies coming from the
+#    server to the specified number of minutes, starting from the time
+#    the cookie passes Privoxy.
+#
+#    Cookies with a lifetime below the limit are not modified.
+#    The lifetime of session cookies is set to the specified limit.
+#    The effect of this action depends on the server.
+#     If the parameter is "0", this action behaves like session-cookies-only.
+#
 # +overwrite-last-modified{block}
 # +overwrite-last-modified{reset-to-request-time}
 # +overwrite-last-modified{randomize}