Procházet zdrojové kódy

Merge pull request #360 from pixelfed/frontend-ui-refactor

Update RestrictedNames
daniel před 7 roky
rodič
revize
77fed1ec9a
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      app/Util/Lexer/RestrictedNames.php

+ 7 - 0
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()