diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2015-11-18 16:21:42 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2015-11-18 16:21:42 +0000 | 
| commit | 0782a7a8178bfb7a12af9acbdd218349e80ae5f7 (patch) | |
| tree | 836a724d73a69f813a997d2f845ba4964bbf51b1 | |
| parent | Set argv_is_url to 1 by default (diff) | |
| download | w3m-0782a7a8178bfb7a12af9acbdd218349e80ae5f7.tar.gz w3m-0782a7a8178bfb7a12af9acbdd218349e80ae5f7.zip  | |
Accept cookies by default
| -rw-r--r-- | fm.h | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -1141,9 +1141,9 @@ global MouseAction mouse_action;  #ifdef USE_COOKIE  global int default_use_cookie init(TRUE); -global int use_cookie init(FALSE); -global int show_cookie init(TRUE); -global int accept_cookie init(FALSE); +global int use_cookie init(TRUE); +global int show_cookie init(FALSE); +global int accept_cookie init(TRUE);  #define ACCEPT_BAD_COOKIE_DISCARD	0  #define ACCEPT_BAD_COOKIE_ACCEPT	1  #define ACCEPT_BAD_COOKIE_ASK		2  | 
