mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-10 17:26:25 +02:00
feat: Allow more image widths by default (#430)
This commit is contained in:
@ -8,6 +8,7 @@ class HTMLPurifier_HTMLModule_SafeObjectTest extends HTMLPurifier_HTMLModuleHarn
|
||||
parent::setUp();
|
||||
$this->config->set('HTML.DefinitionID', 'HTMLPurifier_HTMLModule_SafeObjectTest');
|
||||
$this->config->set('HTML.SafeObject', true);
|
||||
$this->config->set('HTML.MaxImgLength', 1200);
|
||||
}
|
||||
|
||||
public function testMinimal()
|
||||
|
Reference in New Issue
Block a user