1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Set cookie security using useHttps config option

This commit is contained in:
Zed
2019-08-19 03:02:34 +02:00
parent 5f2127fb52
commit c2413ccfdd
3 changed files with 4 additions and 2 deletions

View File

@@ -167,6 +167,7 @@ type
Config* = ref object
address*: string
port*: int
useHttps*: bool
title*: string
staticDir*: string
cacheDir*: string