Add otel collector to reserved subdomains (#16988)

Ordered the RESERVED_SUBDOMAINS list by alphabetical order and added
'otel-collector'
This commit is contained in:
Charles Bochet
2026-01-07 15:11:34 +00:00
committed by GitHub
parent 370609a2e2
commit 9acf6ce1ad
@@ -1,122 +1,123 @@
export const RESERVED_SUBDOMAINS = [
'trust',
'demo',
'api',
't',
'companies',
'telemetry',
'logs',
'metrics',
'next',
'main',
'admin',
'dashboard',
'dash',
'billing',
'db',
'favicon',
'www',
'mail',
'docs',
'dev',
'app',
'staging',
'production',
'developer',
'files',
'cdn',
'storage',
'about',
'help',
'support',
'contact',
'privacy',
'terms',
'careers',
'jobs',
'blog',
'news',
'events',
'community',
'forum',
'chat',
'test',
'testing',
'feedback',
'config',
'settings',
'media',
'image',
'admin',
'africa',
'al',
'america',
'api',
'app',
'asia',
'assets',
'au',
'audio',
'video',
'auth',
'az',
'ba',
'be',
'bg',
'billing',
'blog',
'ca',
'careers',
'cdn',
'ch',
'chat',
'community',
'companies',
'config',
'contact',
'cy',
'cz',
'dash',
'dashboard',
'db',
'de',
'demo',
'dev',
'developer',
'dk',
'docs',
'ee',
'es',
'eu',
'europe',
'events',
'favicon',
'feedback',
'fi',
'files',
'forum',
'fr',
'gr',
'help',
'hr',
'hu',
'image',
'images',
'is',
'it',
'jobs',
'legal',
'login',
'logs',
'london',
'lt',
'lv',
'mail',
'main',
'me',
'media',
'merch',
'metrics',
'mk',
'new-york',
'news',
'next',
'nl',
'no',
'north-africa',
'north-america',
'nz',
'oceania',
'otel-collector',
'paris',
'partners',
'partnership',
'partnerships',
'assets',
'login',
'payment',
'pl',
'privacy',
'production',
'pt',
'register',
'ro',
'rs',
'ru',
'san-francisco',
'se',
'settings',
'shop',
'si',
'signin',
'signup',
'legal',
'shop',
'merch',
'store',
'auth',
'register',
'payment',
'fr',
'de',
'it',
'es',
'pt',
'nl',
'be',
'ch',
'us',
'ca',
'au',
'nz',
'za',
'eu',
'uk',
'ru',
'ua',
'pl',
'ro',
'bg',
'gr',
'cz',
'sk',
'hu',
'hr',
'si',
'rs',
'me',
'ba',
'mk',
'al',
'az',
'tr',
'cy',
'lv',
'lt',
'ee',
'fi',
'is',
'no',
'se',
'dk',
'asia',
'africa',
'america',
'europe',
'north-america',
'south-africa',
'north-africa',
'south-america',
'oceania',
'paris',
'london',
'new-york',
'san-francisco',
'staging',
'storage',
'store',
'support',
't',
'telemetry',
'terms',
'test',
'testing',
'tr',
'trust',
'ua',
'uk',
'us',
'video',
'www',
'za',
];