Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
schwaral
2023-04-26 13:53:28 +02:00
parent aa11420ec4
commit e4b5f82858
508 changed files with 2763 additions and 2763 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="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="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="ftp:google.com">foo</a>
<a href="ftp:/google.com">foo</a>