diff --git a/app/Util/Lexer/RestrictedNames.php b/app/Util/Lexer/RestrictedNames.php index 8f9680920..ad530c45a 100644 --- a/app/Util/Lexer/RestrictedNames.php +++ b/app/Util/Lexer/RestrictedNames.php @@ -118,6 +118,7 @@ class RestrictedNames { // Static Assets "assets", + "storage", // Laravel Horizon "horizon", @@ -127,14 +128,19 @@ class RestrictedNames { "api", "auth", "i", + "dashboard", "discover", + "docs", "home", "login", "logout", + "media", "p", "password", + "reports", "search", "settings", + "statuses", "site", "timeline", "user",