From cde9cb38a78649ac514b52b69180cd7fc53e1163 Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 25 Sep 2002 15:25:25 +0000 Subject: [PATCH] Added more aliases for prehistoric action names --- actionlist.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/actionlist.h b/actionlist.h index 767fb46f..74af625a 100644 --- a/actionlist.h +++ b/actionlist.h @@ -1,6 +1,6 @@ /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/Attic/actionlist.h,v $ + * File : $Source: /cvsroot/ijbswa//current/Attic/actionlist.h,v $ * * Purpose : Master list of supported actions. * Not really a header, since it generates code. @@ -39,6 +39,9 @@ * * Revisions : * $Log: actionlist.h,v $ + * Revision 1.17.2.1 2002/08/02 12:50:47 oes + * Consistency with docs: Change default name for action from hide-referer to hide-referrer + * * Revision 1.17 2002/05/14 21:25:55 oes * Renamed prevent-(setting/reading)-cookies to crunch-(incoming/outgoing)-cookies * @@ -149,6 +152,8 @@ DEFINE_ACTION_BOOL ("prevent-keeping-cookies", ACTION_NO_COOKIE_KEEP) /* * Pre-3.0 compatibility */ +DEFINE_ACTION_BOOL ("no-cookie-read", ACTION_NO_COOKIE_READ) +DEFINE_ACTION_BOOL ("no-cookie-set", ACTION_NO_COOKIE_SET) DEFINE_ACTION_BOOL ("prevent-reading-cookies", ACTION_NO_COOKIE_READ) DEFINE_ACTION_BOOL ("prevent-setting-cookies", ACTION_NO_COOKIE_SET) DEFINE_ACTION_BOOL ("downgrade", ACTION_DOWNGRADE) @@ -161,6 +166,8 @@ DEFINE_ACTION_BOOL ("no-cookies-keep", ACTION_NO_COOKIE_KEEP) DEFINE_ACTION_BOOL ("no-cookies-read", ACTION_NO_COOKIE_READ) DEFINE_ACTION_BOOL ("no-cookies-set", ACTION_NO_COOKIE_SET) DEFINE_ACTION_BOOL ("no-popups", ACTION_NO_POPUPS) +DEFINE_ACTION_BOOL ("vanilla-wafer", ACTION_VANILLA_WAFER) +DEFINE_ACTION_MULTI ("wafer", ACTION_MULTI_WAFER) #endif /* if DEFINE_ACTION_ALIAS */ #undef DEFINE_ACTION_MULTI -- 2.49.0