feat: enable lockdown by default

This commit is contained in:
Stavros
2026-06-16 22:46:05 +03:00
parent fb29aa26ea
commit bc83a02676
+1
View File
@@ -28,6 +28,7 @@ func NewDefaultConfiguration() *Config {
ACLs: ACLsConfig{ ACLs: ACLsConfig{
Policy: "allow", Policy: "allow",
}, },
LockdownEnabled: true,
}, },
UI: UIConfig{ UI: UIConfig{
Title: "Tinyauth", Title: "Tinyauth",