You've already forked nyx
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:
@@ -60,7 +60,7 @@ func Load() (*Config, error) {
|
||||
HostnameWhiteList: []string{},
|
||||
ListenOn: ":8080",
|
||||
MasterSecret: "changeme",
|
||||
DisableSecurity: false,
|
||||
DisableSecurity: true,
|
||||
Captcha: CaptchaConfig{
|
||||
Mode: CaptchaDisabled,
|
||||
},
|
||||
|
Reference in New Issue
Block a user