diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -111,11 +111,11 @@ app_instance_uuid = development-not-secr ## 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