From 49a63761cc0cb33ef12915c4ae5cbac9a014da4a Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 30 Jul 2024 11:18:58 -0400 Subject: [PATCH] feat: enable bruteforcesettings app by default Brute force protection is automatically enabled. The settings app for it should be enabled by default too. Already shipped and it can still be disabled if desired. Signed-off-by: Josh --- core/shipped.json | 1 + 1 file changed, 1 insertion(+) diff --git a/core/shipped.json b/core/shipped.json index 23bada20f4a3c..665463a87d8f4 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -52,6 +52,7 @@ ], "defaultEnabled": [ "activity", + "bruteforcesettings", "circles", "comments", "contactsinteraction",