Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:17:57 +02:00
parent f1b11efb5d
commit f93fa77db7
603 changed files with 2951 additions and 2951 deletions

View File

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