Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:04:04 +02:00
parent 4f3a51daf1
commit 05c446dac4
615 changed files with 2940 additions and 2940 deletions

View File

@ -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>