mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
gogs: improve cookieSecure documentation
This commit is contained in:
parent
ced172010a
commit
036e0f114a
1 changed files with 2 additions and 3 deletions
|
@ -170,9 +170,8 @@ in
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Marks session cookies as "secure," which means browsers may
|
Marks session cookies as "secure" as a hint for browsers to only send
|
||||||
ensure that the cookie is only sent under an HTTPS connection.
|
them via HTTPS. This option is recommend, if Gogs is being served over HTTPS.
|
||||||
It's good to enable this if Gogs is being served over HTTPS.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue