mirror of
https://github.com/curl/curl.git
synced 2026-07-16 09:57:16 +03:00
parent
3334ee6bcb
commit
259a81555d
1 changed files with 8 additions and 0 deletions
|
|
@ -686,6 +686,14 @@ static CURLUcode updateurl(CURLU *u, const char *cmd, unsigned int setflags)
|
|||
}
|
||||
|
||||
static struct redircase set_url_list[] = {
|
||||
{"http://example.org/static/favicon/wikipedia.ico",
|
||||
"//fake.example.com/licenses/by-sa/3.0/",
|
||||
"http://fake.example.com/licenses/by-sa/3.0/",
|
||||
0, 0, 0},
|
||||
{"https://example.org/static/favicon/wikipedia.ico",
|
||||
"//fake.example.com/licenses/by-sa/3.0/",
|
||||
"https://fake.example.com/licenses/by-sa/3.0/",
|
||||
0, 0, 0},
|
||||
{"file://localhost/path?query#frag",
|
||||
"foo#another",
|
||||
"file:///foo#another",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue