From 9c5aa67a63996e4214455ba54479d6d554056fc0 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 21 Jan 2015 23:43:04 +0100 Subject: [PATCH] Enable AntiBrute by default. --- lib/default.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/default.php b/lib/default.php index d442e1a85a..de07a8ee47 100644 --- a/lib/default.php +++ b/lib/default.php @@ -300,6 +300,7 @@ $default = ), 'default' => array( 'Activity' => array(), + 'AntiBrute' => array(), 'Bookmark' => array(), 'ClientSideShorten' => array(), 'Directory' => array(), -- 2.39.5