Browse Source

Update RestrictedNames

Daniel Supernault 6 năm trước cách đây
mục cha
commit
654b880119
1 tập tin đã thay đổi với 38 bổ sung5 xóa
  1. 38 5
      app/Util/Lexer/RestrictedNames.php

+ 38 - 5
app/Util/Lexer/RestrictedNames.php

@@ -5,10 +5,6 @@ namespace App\Util\Lexer;
 class RestrictedNames
 {
     public static $blacklist = [
-     'about',
-     'abuse',
-     'administrator',
-     'app',
      'autoconfig',
      'blog',
      'broadcasthost',
@@ -97,7 +93,11 @@ class RestrictedNames
 
      // Reserved routes
      'a',
+     'app',
+     'about',
+     'abuse',
      'account',
+     'admins',
      'api',
      'audio',
      'auth',
@@ -124,6 +124,7 @@ class RestrictedNames
      'css',
      'd',
      'dashboard',
+     'dmca',
      'db',
      'deck',
      'dev',
@@ -136,15 +137,27 @@ class RestrictedNames
      'docs',
      'docs',
      'drive',
+     'drives',
      'driver',
+     'e',
      'error',
      'explore',
+     'export',
+     'exports',
+     'f',
      'feed',
      'font',
      'fonts',
+     'follow',
+     'follows',
+     'followme',
+     'follow-me',
+     'follow_me',
      'g',
      'gdpr',
      'graph',
+     'ghost',
+     'ghosts',
      'group',
      'groups',
      'h',
@@ -164,7 +177,12 @@ class RestrictedNames
      'images',
      'invite',
      'invites',
+     'import',
+     'imports',
+     'j',
      'js',
+     'k',
+     'key',
      'l',
      'lab',
      'labs',
@@ -186,6 +204,7 @@ class RestrictedNames
      'news',
      'news',
      'newsfeed',
+     'o',
      'oauth',
      'official',
      'p',
@@ -197,13 +216,21 @@ class RestrictedNames
      'photos',
      'password',
      'privacy',
+     'private',
+     'q',
+     'quote',
+     'query',
+     'r',
+     'review',
      'reset',
      'report',
      'results',
      'reports',
      'robot',
      'robots',
+     's',
      'search',
+     'sell',
      'send',
      'settings',
      'status',
@@ -217,20 +244,24 @@ class RestrictedNames
      'support',
      'svg',
      'svgs',
+     't',
      'terms',
      'telescope',
      'timeline',
      'timelines',
      'tour',
      'tv',
+     'u',
      'user',
      'users',
      'username',
      'usernames',
      'v',
+     'valet',
      'video',
      'videos',
      'vendor',
+     'w',
      'waiter',
      'wall',
      'whats-new',
@@ -240,7 +271,9 @@ class RestrictedNames
      'ws',
      'wss',
      'www',
-     'valet',
+     'x',
+     'y',
+     'z',
      '400',
      '401',
      '403',