1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/security-259] Stop checking image size of images in img bbcode

SECURITY-259
This commit is contained in:
Marc Alexander
2020-06-25 22:20:58 +02:00
parent 2afa989500
commit d0e2023a63
4 changed files with 2 additions and 84 deletions

View File

@@ -273,8 +273,6 @@ class factory implements \phpbb\textformatter\cache_interface
->add('#imageurl', __NAMESPACE__ . '\\parser::filter_img_url')
->addParameterByName('urlConfig')
->addParameterByName('logger')
->addParameterByName('max_img_height')
->addParameterByName('max_img_width')
->markAsSafeAsURL()
->setJS('UrlFilter.filter');