From 0782a7a8178bfb7a12af9acbdd218349e80ae5f7 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Thu, 19 Nov 2015 01:21:42 +0900 Subject: Accept cookies by default --- fm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fm.h') diff --git a/fm.h b/fm.h index 280924d..f4194ee 100644 --- a/fm.h +++ b/fm.h @@ -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 -- cgit v1.2.3