|
|
@ -47,6 +47,18 @@ |
|
|
|
"description": "IP address with trailing slash", |
|
|
|
"url": "192.168.0.1/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"description": "IP address starting with http://", |
|
|
|
"url": "http://192.168.0.1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"description": "IP address starting with https://", |
|
|
|
"url": "https://192.168.0.1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"description": "IP address starting with //", |
|
|
|
"url": "//192.168.0.1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"description": "Localhost", |
|
|
|
"url": "localhost" |
|
|
@ -55,6 +67,18 @@ |
|
|
|
"description": "Localhost with trailing slash", |
|
|
|
"url": "localhost/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"description": "Localhost starting with http://", |
|
|
|
"url": "http://localhost" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"description": "Localhost starting with https://", |
|
|
|
"url": "https://localhost" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"description": "Localhost starting with //", |
|
|
|
"url": "//localhost" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"description": "Url with slug", |
|
|
|
"url": "url.com/slug" |
|
|
|