mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) Add some more special subdomains, not to be used for team sites
Test Plan: Existing tests should pass, no new ones needed Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2905
This commit is contained in:
parent
4222f1ed32
commit
0e0528a2cc
@ -16,6 +16,7 @@ const BLACKLISTED_SUBDOMAINS = new Set([
|
|||||||
'docs', 'api', 'static',
|
'docs', 'api', 'static',
|
||||||
'ftp', 'imap', 'pop', 'smtp', 'mail', 'git', 'blog', 'wiki', 'support', 'kb', 'help',
|
'ftp', 'imap', 'pop', 'smtp', 'mail', 'git', 'blog', 'wiki', 'support', 'kb', 'help',
|
||||||
'admin', 'store', 'dev', 'beta', 'dev',
|
'admin', 'store', 'dev', 'beta', 'dev',
|
||||||
|
'community', 'try', 'wpx',
|
||||||
|
|
||||||
// a few random tech brands
|
// a few random tech brands
|
||||||
'google', 'apple', 'microsoft', 'ms', 'facebook', 'fb', 'twitter', 'youtube', 'yt',
|
'google', 'apple', 'microsoft', 'ms', 'facebook', 'fb', 'twitter', 'youtube', 'yt',
|
||||||
|
Loading…
Reference in New Issue
Block a user