From 036e0f114a83da8b90c620677d14fc8d0e05f64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 1 May 2017 11:37:12 +0200 Subject: [PATCH] gogs: improve cookieSecure documentation --- nixos/modules/services/misc/gogs.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/misc/gogs.nix b/nixos/modules/services/misc/gogs.nix index d42367761ab2..ad2e36d04d53 100644 --- a/nixos/modules/services/misc/gogs.nix +++ b/nixos/modules/services/misc/gogs.nix @@ -170,9 +170,8 @@ in type = types.bool; default = false; description = '' - Marks session cookies as "secure," which means browsers may - ensure that the cookie is only sent under an HTTPS connection. - It's good to enable this if Gogs is being served over HTTPS. + Marks session cookies as "secure" as a hint for browsers to only send + them via HTTPS. This option is recommend, if Gogs is being served over HTTPS. ''; };