This commit is contained in:
the-djmaze 2022-09-30 14:47:53 +02:00
parent f05bb205e5
commit fff3e5c9ce
11 changed files with 26 additions and 30 deletions

View file

@ -8,6 +8,7 @@ title = "SnappyMail Webmail"
; Text displayed on startup
loading_description = "SnappyMail"
favicon_url = ""
app_path = ""
; Theme used by default
theme = "Default"
@ -55,7 +56,6 @@ suggestions_limit = 30
; Enable CSRF protection (http://en.wikipedia.org/wiki/Cross-site_request_forgery)
csrf_protection = On
custom_server_signature = "SnappyMail"
x_frame_options_header = "DENY"
x_xss_protection_header = "1; mode=block"
openpgp = Off
@ -97,8 +97,6 @@ client_cert = ""
[capa]
quota = On
search = On
search_adv = On
dangerous_actions = On
message_actions = On
attachments_actions = On
@ -110,7 +108,6 @@ default_domain = ""
allow_languages_on_login = On
determine_user_language = On
determine_user_domain = Off
hide_submit_button = On
login_lowercase = On
; This option allows webmail to remember the logged in user
@ -281,7 +278,6 @@ mail_func_additional_parameters = Off
folders_spec_limit = 50
curl_proxy = ""
curl_proxy_auth = ""
in_iframe = Off
force_https = Off
custom_login_link = ""
custom_logout_link = ""
@ -302,5 +298,5 @@ dev_email = ""
dev_password = ""
[version]
current = "2.18.2"
saved = "Fri, 04 Mar 2022 08:55:26 +0000"
current = "2.18.3"
saved = "Fri, 30 Sep 2022 12:34:56 +0000"