diff options
author | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-07-26 11:38:53 +0000 |
---|---|---|
committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-07-26 11:38:53 +0000 |
commit | c3a653684264c21b579f65ffb0db778314466d0d (patch) | |
tree | bd34e67467fa967f0a78afc937f9380a484bc8b2 /fm.h | |
parent | * define AC_W3M_SSL_DIGEST_AUTH (diff) | |
download | w3m-c3a653684264c21b579f65ffb0db778314466d0d.tar.gz w3m-c3a653684264c21b579f65ffb0db778314466d0d.zip |
* [w3m-dev 04237] [patch] cookie avoid [wrong number of dots]
Diffstat (limited to '')
-rw-r--r-- | fm.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |