Improve domain detection in FileUtil::LINK_REGEX
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 7 Sep 2023 11:55:44 +0000 (13:55 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 7 Sep 2023 11:55:44 +0000 (13:55 +0200)
commit558596a6c78494278bd75c87661730906b565ea9
treebdc1601af5cc769f5311586150f8e7bae69f8330
parent8d6d09ec1969ba92d6c15724662a9d241a8e7ba2
Improve domain detection in FileUtil::LINK_REGEX

With this change, the regex will no longer detect domains with two consecutive
dots and also the number of backtracking steps are reduced.
wcfsetup/install/files/lib/util/FileUtil.class.php