Steffen
Well-known member
- Affected version
- 2.0.7
If a user enters the following text (they are talking about IPv6 addresses):
Then XenForo autolinks it like this:
Obviously,
Maybe XenForo could call
Code:
What about (http://[<ipv6-address>])?
Then XenForo autolinks it like this:
Code:
What about ([URL]http://[/URL][<ipv6-address>])?
Obviously,
http://
is not a valid URL.Maybe XenForo could call
filter_var($url, FILTER_VALIDATE_URL)
to check whether the maybe-URL it is about to autolink is valid?