From 0f10723c8127e59a7d60e6af4b6d65c42dd0ede3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 2 Jun 2020 16:18:48 +0200 Subject: [PATCH] Enable secure cookies --- site-cookbooks/kosmos_gitea/templates/default/app.ini.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb b/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb index 4597dcc..68b771f 100644 --- a/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb +++ b/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb @@ -31,7 +31,7 @@ SSL_MODE = verify-ca PROVIDER = file PROVIDER_CONFIG = sessions # Enable when TLS is enabled -# COOKIE_SECURE = true +COOKIE_SECURE = true [mailer] ENABLED = true