From d8b2cc7ae1117dca2c62e7f1e8a2e5c85acffa86 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 5 Aug 2018 13:24:23 -0600 Subject: [PATCH] Update RestrictedNames --- app/Util/Lexer/RestrictedNames.php | 6 ++++++ 1 file changed, 6 insertions(+) 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",