about summary refs log tree commit diff stats
path: root/res/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'res/config.toml')
-rw-r--r--res/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/config.toml b/res/config.toml
index 3b4cefcd..85ac9aa8 100644
--- a/res/config.toml
+++ b/res/config.toml
@@ -37,7 +37,8 @@ cgi-dir = "${%CHA_LIBEXEC_DIR}/cgi-bin"
 
 [network]
 max-redirect = 10
-prepend-https = true
+prepend-scheme = "https://"
+prepend-https = true # deprecated, kept only for backwards-compatibility
 default-headers = {
 	User-Agent = "chawan",
 	Accept = "text/html,text/*;q=0.5",