Add disable CSRF to config.yaml. Add basicAuthMode to console args.

This commit is contained in:
Cohee
2024-04-13 19:35:27 +03:00
parent d02f81974c
commit 790185f9e9
2 changed files with 15 additions and 5 deletions

View File

@@ -26,7 +26,9 @@ enableUserAccounts: false
enableDiscreetLogin: false
# Used to sign session cookies. Will be auto-generated if not set
cookieSecret: ''
# Disable security checks - NOT RECOMMENDED
# Disable CSRF protection - NOT RECOMMENDED
disableCsrfProtection: false
# Disable startup security checks - NOT RECOMMENDED
securityOverride: false
# -- ADVANCED CONFIGURATION --
# Open the browser automatically