Server geändert
This commit is contained in:
@ -8,11 +8,11 @@ URI.AllowedSchemes = http,ftp,file
|
||||
<a href="///google.com">foo</a>
|
||||
<a href="////google.com">foo</a>
|
||||
|
||||
<a href="http:google.com">foo</a>
|
||||
<a href="http:/google.com">foo</a>
|
||||
<a href="http://google.com">foo</a>
|
||||
<a href="http:///google.com">foo</a>
|
||||
<a href="http:////google.com">foo</a>
|
||||
<a href="https:google.com">foo</a>
|
||||
<a href="https:/google.com">foo</a>
|
||||
<a href="https://google.com">foo</a>
|
||||
<a href="https:///google.com">foo</a>
|
||||
<a href="https:////google.com">foo</a>
|
||||
|
||||
<a href="ftp:google.com">foo</a>
|
||||
<a href="ftp:/google.com">foo</a>
|
||||
|
Reference in New Issue
Block a user