From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 19 Dec 2014 12:29:20 +0000 (+0000)
Subject: Add +limit-cookie-lifetime{} to the list of avilable actions
X-Git-Tag: v_3_0_23~29
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/faq/static/gitweb.js?a=commitdiff_plain;h=0dea4c087c02a7b0890af485b2fc6c26bc6c9631;p=privoxy.git

Add +limit-cookie-lifetime{} to the list of avilable actions
---

diff --git a/default.action.master b/default.action.master
index 27b25dfc..64c4dd4c 100644
--- a/default.action.master
+++ b/default.action.master
@@ -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.
@@ -392,6 +392,17 @@
 #    +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}