0
0
mirror of https://github.com/rls-moe/nyx synced 2025-08-19 06:18:38 +00:00

Added some useful middleware to stop server overloads and set default to enable insecure cookies

This commit is contained in:
Tim Schuster
2017-03-16 20:28:36 +01:00
parent 53039e6102
commit bc02972eef
3 changed files with 5 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ func Load() (*Config, error) {
HostnameWhiteList: []string{},
ListenOn: ":8080",
MasterSecret: "changeme",
DisableSecurity: false,
DisableSecurity: true,
Captcha: CaptchaConfig{
Mode: CaptchaDisabled,
},