mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
Update RestrictedNames
This commit is contained in:
parent
d654ce93d4
commit
dcc0fb42ed
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