mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Memorize the auth form only when the "document.browse.forms.show_formhist" is on.
This commit is contained in:
parent
ddc0d8d7be
commit
0e5822edae
@ -39,7 +39,7 @@ auth_ok(void *data)
|
||||
entry->valid = auth_entry_has_userinfo(entry);
|
||||
|
||||
#ifdef CONFIG_FORMHIST
|
||||
{
|
||||
if (get_opt_bool("document.browse.forms.show_formhist", ses)) {
|
||||
unsigned char *url = get_uri_string(entry->uri, URI_HTTP_AUTH);
|
||||
|
||||
if (url) {
|
||||
|
Loading…
Reference in New Issue
Block a user