From dcc0fb42ed1a74617c0c140f398e71153530167a Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 10 Aug 2018 17:29:09 -0600 Subject: [PATCH] Update RestrictedNames --- app/Util/Lexer/RestrictedNames.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/Util/Lexer/RestrictedNames.php b/app/Util/Lexer/RestrictedNames.php index ad530c45..e2cd972d 100644 --- a/app/Util/Lexer/RestrictedNames.php +++ b/app/Util/Lexer/RestrictedNames.php @@ -145,6 +145,13 @@ class RestrictedNames { "timeline", "user", "users", + "400", + "401", + "403", + "404", + "500", + "503", + "504", ]; public static function get()