File tree 2 files changed +7
-15
lines changed
2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,15 @@ impl Host<String> {
97
97
| '%'
98
98
| '/'
99
99
| ':'
100
+ | '<'
101
+ | '>'
100
102
| '?'
101
103
| '@'
102
104
| '['
103
105
| '\\'
104
106
| ']'
107
+ | '^'
108
+
105
109
)
106
110
} )
107
111
. is_some ( )
@@ -134,11 +138,14 @@ impl Host<String> {
134
138
| '#'
135
139
| '/'
136
140
| ':'
141
+ | '<'
142
+ | '>'
137
143
| '?'
138
144
| '@'
139
145
| '['
140
146
| '\\'
141
147
| ']'
148
+ | '^'
142
149
)
143
150
} )
144
151
. is_some ( )
Original file line number Diff line number Diff line change 4481
4481
"search" : " " ,
4482
4482
"hash" : " "
4483
4483
},
4484
- {
4485
- "input" : " sc://\u001F !\" $&'()*+,-.;<=>^_`{|}~/" ,
4486
- "base" : " about:blank" ,
4487
- "href" : " sc://%1F!\" $&'()*+,-.;<=>^_`{|}~/" ,
4488
- "origin" : " null" ,
4489
- "protocol" : " sc:" ,
4490
- "username" : " " ,
4491
- "password" : " " ,
4492
- "host" : " %1F!\" $&'()*+,-.;<=>^_`{|}~" ,
4493
- "hostname" : " %1F!\" $&'()*+,-.;<=>^_`{|}~" ,
4494
- "port" : " " ,
4495
- "pathname" : " /" ,
4496
- "search" : " " ,
4497
- "hash" : " "
4498
- },
4499
4484
{
4500
4485
"input" : " sc://\u0000 /" ,
4501
4486
"base" : " about:blank" ,
You can’t perform that action at this time.
0 commit comments