@@ -11,6 +11,7 @@ const INPUTS = [
11
11
, protocol : "http"
12
12
, port : ""
13
13
, resource : "ionicabizau.net"
14
+ , host : "ionicabizau.net"
14
15
, user : ""
15
16
, pathname : "/blog"
16
17
, hash : ""
@@ -26,6 +27,7 @@ const INPUTS = [
26
27
, protocol : "http"
27
28
, port : ""
28
29
, resource : "subdomain.ionicabizau.net"
30
+ , host : "subdomain.ionicabizau.net"
29
31
, user : ""
30
32
, pathname : "/blog"
31
33
, hash : ""
@@ -41,6 +43,7 @@ const INPUTS = [
41
43
, protocol : "http"
42
44
, port : ""
43
45
, resource : "ionicabizau.net"
46
+ , host : "ionicabizau.net"
44
47
, user : ""
45
48
, pathname : "/blog"
46
49
, hash : ""
@@ -56,6 +59,7 @@ const INPUTS = [
56
59
, protocol : "http"
57
60
, port : ""
58
61
, resource : "domain.com"
62
+ , host : "domain.com"
59
63
, user : ""
60
64
, pathname : "/path/name"
61
65
, hash : "some-hash"
@@ -71,6 +75,7 @@ const INPUTS = [
71
75
, protocol : "http"
72
76
, port : ""
73
77
, resource : "domain.com"
78
+ , host : "domain.com"
74
79
, user : ""
75
80
, pathname : "/path/name"
76
81
, hash : "some-hash?foo=bar&bar=42"
@@ -86,6 +91,7 @@ const INPUTS = [
86
91
, protocol : "git"
87
92
, port : ""
88
93
, resource : "host.xz"
94
+ , host : "host.xz"
89
95
, user : "git"
90
96
, pathname : "/path/name.git"
91
97
, hash : ""
@@ -103,6 +109,7 @@ const INPUTS = [
103
109
, protocol : "file"
104
110
, port : ""
105
111
, resource : ""
112
+ , host : ""
106
113
, user : ""
107
114
, pathname : ""
108
115
, hash : ""
@@ -118,6 +125,7 @@ const INPUTS = [
118
125
, protocol : "file"
119
126
, port : ""
120
127
, resource : ""
128
+ , host : ""
121
129
, user : ""
122
130
, pathname : ""
123
131
, hash : ""
@@ -133,6 +141,7 @@ const INPUTS = [
133
141
, protocol : "file"
134
142
, port : ""
135
143
, resource : ""
144
+ , host : ""
136
145
, user : ""
137
146
, pathname : ""
138
147
, hash : ""
@@ -148,6 +157,7 @@ const INPUTS = [
148
157
, protocol : "file"
149
158
, port : ""
150
159
, resource : ""
160
+ , host : ""
151
161
, user : ""
152
162
, pathname : ""
153
163
, hash : ""
@@ -163,6 +173,7 @@ const INPUTS = [
163
173
, protocol : "file"
164
174
, port : ""
165
175
, resource : ""
176
+ , host : ""
166
177
, user : ""
167
178
, pathname : ""
168
179
, hash : ""
@@ -178,6 +189,7 @@ const INPUTS = [
178
189
, protocol : "file"
179
190
, port : ""
180
191
, resource : ""
192
+ , host : ""
181
193
, user : ""
182
194
, pathname : ""
183
195
, hash : ""
@@ -192,6 +204,7 @@ const INPUTS = [
192
204
, protocol : "file"
193
205
, port : ""
194
206
, resource : ""
207
+ , host : ""
195
208
, user : ""
196
209
, pathname : ""
197
210
, hash : ""
@@ -206,6 +219,7 @@ const INPUTS = [
206
219
, protocol : "file"
207
220
, port : ""
208
221
, resource : ""
222
+ , host : ""
209
223
, user : ""
210
224
, pathname : ""
211
225
, hash : ""
@@ -220,6 +234,7 @@ const INPUTS = [
220
234
, protocol : "https"
221
235
, port : ""
222
236
, resource : "attacker.com"
237
+ , host : "attacker.com"
223
238
, user : ""
224
239
, pathname : "/@example.com"
225
240
, hash : ""
@@ -234,6 +249,7 @@ const INPUTS = [
234
249
, protocol : "javascript"
235
250
, port : ""
236
251
, resource : "%0aalert(1)"
252
+ , host : "%0aalert(1)"
237
253
, user : ""
238
254
, pathname : ""
239
255
, hash : ""
@@ -248,6 +264,7 @@ const INPUTS = [
248
264
, protocol : "https"
249
265
, port : "89"
250
266
, resource : "github.com"
267
+ , host : "github.com:89"
251
268
, user : ""
252
269
, pathname : "/org/repo.git"
253
270
, hash : ""
0 commit comments