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

This commit is contained in:
aschwarz
2023-04-26 13:57:39 +02:00
parent da1f2a6c82
commit 088389f080
508 changed files with 2763 additions and 2763 deletions

View File

@ -71,7 +71,7 @@ class HTMLPurifier_Strategy_ValidateAttributesTest extends
public function testBasicURI()
{
$this->assertResult('<a href="https://www.google.com/">Google</a>');
$this->assertResult('<a href="http://www.google.com/">Google</a>');
}
public function testInvalidURI()