diff --git a/app/Util/Lexer/RestrictedNames.php b/app/Util/Lexer/RestrictedNames.php index ad530c45a..e2cd972d6 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()