mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Improved loginErrorDelay to prevent timing attacks
This commit is contained in:
parent
c4df524a06
commit
b859cd6aec
4 changed files with 9 additions and 13 deletions
|
|
@ -281,7 +281,9 @@ fetch_new_messages = On
|
|||
; Display message RFC 2822 date and time header, instead of the arrival internal date.
|
||||
date_from_headers = On
|
||||
allow_message_append = Off
|
||||
login_fault_delay = 1
|
||||
|
||||
; When login fails, wait N seconds before responding
|
||||
login_fault_delay = 5
|
||||
log_ajax_response_write_limit = 300
|
||||
allow_html_editor_biti_buttons = Off
|
||||
allow_ctrl_enter_on_compose = On
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue