From c3a653684264c21b579f65ffb0db778314466d0d Mon Sep 17 00:00:00 2001 From: Ito Hiroyuki Date: Mon, 26 Jul 2010 11:38:53 +0000 Subject: * [w3m-dev 04237] [patch] cookie avoid [wrong number of dots] --- fm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fm.h') diff --git a/fm.h b/fm.h index df3c243..be2a0ab 100644 --- a/fm.h +++ b/fm.h @@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.144 2010/07/25 09:55:05 htrb Exp $ */ +/* $Id: fm.h,v 1.145 2010/07/26 11:38:53 htrb Exp $ */ /* * w3m: WWW wo Miru utility * @@ -1112,8 +1112,10 @@ global int accept_cookie init(FALSE); global int accept_bad_cookie init(ACCEPT_BAD_COOKIE_DISCARD); global char *cookie_reject_domains init(NULL); global char *cookie_accept_domains init(NULL); +global char *cookie_avoid_wrong_number_of_dots init(NULL); global TextList *Cookie_reject_domains; global TextList *Cookie_accept_domains; +global TextList *Cookie_avoid_wrong_number_of_dots_domains; #endif /* USE_COOKIE */ #ifdef USE_IMAGE -- cgit v1.2.3