Skip to content

Commit 9acf6ce

Browse files
Add otel collector to reserved subdomains (#16988)
Ordered the RESERVED_SUBDOMAINS list by alphabetical order and added 'otel-collector'
1 parent 370609a commit 9acf6ce

File tree

1 file changed

+101
-100
lines changed

1 file changed

+101
-100
lines changed
Lines changed: 101 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,123 @@
11
export const RESERVED_SUBDOMAINS = [
2-
'trust',
3-
'demo',
2+
'about',
3+
'admin',
4+
'africa',
5+
'al',
6+
'america',
47
'api',
5-
't',
8+
'app',
9+
'asia',
10+
'assets',
11+
'au',
12+
'audio',
13+
'auth',
14+
'az',
15+
'ba',
16+
'be',
17+
'bg',
18+
'billing',
19+
'blog',
20+
'ca',
21+
'careers',
22+
'cdn',
23+
'ch',
24+
'chat',
25+
'community',
626
'companies',
7-
'telemetry',
8-
'logs',
9-
'metrics',
10-
'next',
11-
'main',
12-
'admin',
13-
'dashboard',
27+
'config',
28+
'contact',
29+
'cy',
30+
'cz',
1431
'dash',
15-
'billing',
32+
'dashboard',
1633
'db',
17-
'favicon',
18-
'www',
19-
'mail',
20-
'docs',
34+
'de',
35+
'demo',
2136
'dev',
22-
'app',
23-
'staging',
24-
'production',
2537
'developer',
26-
'files',
27-
'cdn',
28-
'storage',
29-
'about',
30-
'help',
31-
'support',
32-
'contact',
33-
'privacy',
34-
'terms',
35-
'careers',
36-
'jobs',
37-
'blog',
38-
'news',
38+
'dk',
39+
'docs',
40+
'ee',
41+
'es',
42+
'eu',
43+
'europe',
3944
'events',
40-
'community',
41-
'forum',
42-
'chat',
43-
'test',
44-
'testing',
45+
'favicon',
4546
'feedback',
46-
'config',
47-
'settings',
48-
'media',
47+
'fi',
48+
'files',
49+
'forum',
50+
'fr',
51+
'gr',
52+
'help',
53+
'hr',
54+
'hu',
4955
'image',
50-
'audio',
51-
'video',
5256
'images',
53-
'partners',
54-
'partnership',
55-
'partnerships',
56-
'assets',
57-
'login',
58-
'signin',
59-
'signup',
57+
'is',
58+
'it',
59+
'jobs',
6060
'legal',
61-
'shop',
61+
'login',
62+
'logs',
63+
'london',
64+
'lt',
65+
'lv',
66+
'mail',
67+
'main',
68+
'me',
69+
'media',
6270
'merch',
63-
'store',
64-
'auth',
65-
'register',
66-
'payment',
67-
'fr',
68-
'de',
69-
'it',
70-
'es',
71-
'pt',
71+
'metrics',
72+
'mk',
73+
'new-york',
74+
'news',
75+
'next',
7276
'nl',
73-
'be',
74-
'ch',
75-
'us',
76-
'ca',
77-
'au',
77+
'no',
78+
'north-africa',
79+
'north-america',
7880
'nz',
79-
'za',
80-
'eu',
81-
'uk',
82-
'ru',
83-
'ua',
81+
'oceania',
82+
'otel-collector',
83+
'paris',
84+
'partners',
85+
'partnership',
86+
'partnerships',
87+
'payment',
8488
'pl',
89+
'privacy',
90+
'production',
91+
'pt',
92+
'register',
8593
'ro',
86-
'bg',
87-
'gr',
88-
'cz',
89-
'sk',
90-
'hu',
91-
'hr',
92-
'si',
9394
'rs',
94-
'me',
95-
'ba',
96-
'mk',
97-
'al',
98-
'az',
99-
'tr',
100-
'cy',
101-
'lv',
102-
'lt',
103-
'ee',
104-
'fi',
105-
'is',
106-
'no',
95+
'ru',
96+
'san-francisco',
10797
'se',
108-
'dk',
109-
'asia',
110-
'africa',
111-
'america',
112-
'europe',
113-
'north-america',
98+
'settings',
99+
'shop',
100+
'si',
101+
'signin',
102+
'signup',
103+
'sk',
114104
'south-africa',
115-
'north-africa',
116105
'south-america',
117-
'oceania',
118-
'paris',
119-
'london',
120-
'new-york',
121-
'san-francisco',
106+
'staging',
107+
'storage',
108+
'store',
109+
'support',
110+
't',
111+
'telemetry',
112+
'terms',
113+
'test',
114+
'testing',
115+
'tr',
116+
'trust',
117+
'ua',
118+
'uk',
119+
'us',
120+
'video',
121+
'www',
122+
'za',
122123
];

0 commit comments

Comments
 (0)