diff options
Diffstat (limited to 'src/LYCookie.c')
-rw-r--r-- | src/LYCookie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYCookie.c b/src/LYCookie.c index d99c0d8f..2fd26e6d 100644 --- a/src/LYCookie.c +++ b/src/LYCookie.c @@ -1917,7 +1917,7 @@ PUBLIC char * LYCookie ARGS4( */ header = scan_cookie_sublist(hostname, path, port, de->cookie_list, header, secure); - } else if (de->bv == QUERY_USER) { + } else if (de->bv == QUERY_USER && de->invcheck_bv == INVCHECK_QUERY) { /* * No cookies in this domain, and no default * accept/reject choice was set by the user, |