mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-22 13:03: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",
|
||||
"user",
|
||||
"users",
|
||||
"400",
|
||||
"401",
|
||||
"403",
|
||||
"404",
|
||||
"500",
|
||||
"503",
|
||||
"504",
|
||||
];
|
||||
|
||||
public static function get()
|
||||
|
|
Loading…
Reference in a new issue