diff development.ini @ 8883:fb40978c1afb

docs: clarify that force_https trumps anything else
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 17 May 2021 16:59:06 +0200
parents 116151b6bfb2
children 3d7ba590f6f5
line wrap: on
line diff
--- a/development.ini	Wed May 12 12:01:54 2021 +0200
+++ b/development.ini	Mon May 17 16:59:06 2021 +0200
@@ -111,11 +111,11 @@
 ## cut off limit for large diffs (size in bytes)
 cut_off_limit = 256000
 
-## force https in Kallithea, fixes https redirects, assumes it's always https
-force_https = false
+## always pretend the client connected using HTTPS (default false)
+#force_https = true
 
-## use Strict-Transport-Security headers
-use_htsts = false
+## use Strict-Transport-Security headers (default false)
+#use_htsts = true
 
 ## number of commits stats will parse on each iteration
 commit_parse_limit = 25