janboddez / share-on-mastodon

Easily share WordPress posts on Mastodon.
https://jan.boddez.net/wordpress/share-on-mastodon
GNU General Public License v3.0
39 stars 5 forks source link

Some older Mastodon URLs not shown in meta box #79

Closed janboddez closed 1 year ago

janboddez commented 1 year ago

Because we run them through wp_http_validate_url(), which does a lot more than check for a valid URL. In this case, the server is no longer up and DNS A(AAA) records are no longer set. But the URL is valid, theoretically.

Better replace with filter_var() or similar.