Add additional restricted subdomains

This commit is contained in:
Tom Moor
2020-06-05 23:46:32 -07:00
committed by GitHub
parent bd9d4b3d0d
commit 20efa82ad9

View File

@ -91,7 +91,9 @@ export const RESERVED_SUBDOMAINS = [
'imap', 'imap',
'localhost', 'localhost',
'mail', 'mail',
'marketing',
'mobile', 'mobile',
'new',
'news', 'news',
'newsletter', 'newsletter',
'ns1', 'ns1',
@ -106,6 +108,7 @@ export const RESERVED_SUBDOMAINS = [
'setup', 'setup',
'signin', 'signin',
'signup', 'signup',
'site',
'smtp', 'smtp',
'support', 'support',
'status', 'status',
@ -116,6 +119,7 @@ export const RESERVED_SUBDOMAINS = [
'updates', 'updates',
'ws', 'ws',
'wss', 'wss',
'web',
'websockets', 'websockets',
'www', 'www',
'www1', 'www1',