Accept cookies by default
This commit is contained in:
6
fm.h
6
fm.h
@@ -1141,9 +1141,9 @@ global MouseAction mouse_action;
|
|||||||
|
|
||||||
#ifdef USE_COOKIE
|
#ifdef USE_COOKIE
|
||||||
global int default_use_cookie init(TRUE);
|
global int default_use_cookie init(TRUE);
|
||||||
global int use_cookie init(FALSE);
|
global int use_cookie init(TRUE);
|
||||||
global int show_cookie init(TRUE);
|
global int show_cookie init(FALSE);
|
||||||
global int accept_cookie init(FALSE);
|
global int accept_cookie init(TRUE);
|
||||||
#define ACCEPT_BAD_COOKIE_DISCARD 0
|
#define ACCEPT_BAD_COOKIE_DISCARD 0
|
||||||
#define ACCEPT_BAD_COOKIE_ACCEPT 1
|
#define ACCEPT_BAD_COOKIE_ACCEPT 1
|
||||||
#define ACCEPT_BAD_COOKIE_ASK 2
|
#define ACCEPT_BAD_COOKIE_ASK 2
|
||||||
|
Reference in New Issue
Block a user