mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -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);
|
entry->valid = auth_entry_has_userinfo(entry);
|
||||||
|
|
||||||
#ifdef CONFIG_FORMHIST
|
#ifdef CONFIG_FORMHIST
|
||||||
{
|
if (get_opt_bool("document.browse.forms.show_formhist", ses)) {
|
||||||
unsigned char *url = get_uri_string(entry->uri, URI_HTTP_AUTH);
|
unsigned char *url = get_uri_string(entry->uri, URI_HTTP_AUTH);
|
||||||
|
|
||||||
if (url) {
|
if (url) {
|
||||||
|
Loading…
Reference in New Issue
Block a user