Set sameSite on Authorization cookie

Enable toggleable HSTS
This commit is contained in:
knotteye
2019-12-05 16:08:50 -06:00
parent 8c17149f39
commit 76c63d3a94
4 changed files with 18 additions and 7 deletions

View File

@ -8,6 +8,10 @@ registration = false
record = false
ffmpeg = '<ffmpeg>'
[server.http]
# uncomment to set HSTS when SSL is enabled
# hsts = true
[database]
user = '<dbuser>'
password = '<dbpass>'