mirror of
https://git.42l.fr/neil/sncf.git
synced 2026-03-14 14:25:48 +01:00
downgrading cookie key size from 48 to 32
This commit is contained in:
parent
e2fdf128ec
commit
9fac0811a0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ prune_days = 150
|
|||
debug_mode = true
|
||||
|
||||
# Used to encrypt csrf tokens and csrf cookies.
|
||||
# Generate random bytes: openssl rand -base64 48
|
||||
# Generate random bytes: openssl rand -base64 32
|
||||
# Then paste the result in this variable
|
||||
cookie_key = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue