mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-22 21:13:16 +00:00
Merge pull request #360 from pixelfed/frontend-ui-refactor
Update RestrictedNames
This commit is contained in:
commit
77fed1ec9a
1 changed files with 7 additions and 0 deletions
|
@ -145,6 +145,13 @@ class RestrictedNames {
|
||||||
"timeline",
|
"timeline",
|
||||||
"user",
|
"user",
|
||||||
"users",
|
"users",
|
||||||
|
"400",
|
||||||
|
"401",
|
||||||
|
"403",
|
||||||
|
"404",
|
||||||
|
"500",
|
||||||
|
"503",
|
||||||
|
"504",
|
||||||
];
|
];
|
||||||
|
|
||||||
public static function get()
|
public static function get()
|
||||||
|
|
Loading…
Reference in a new issue