Security review fixes

This commit is contained in:
2026-04-11 15:11:07 -04:00
parent 0510df067d
commit 4e991c329e
7 changed files with 864 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ class SecurityConfig:
default_factory=lambda: ["#mentalhealth", "#physicalhealth", "#Relations"]
)
local_only: bool = True
auto_approve_sensitive: bool = False
@dataclass