Ubuntu broke their #curl package for a while but seems to be fine again: github.com/curl/curl/issues/11…
#curl
in reply to daniel:// stenberg://

got it after someone posted a direct link to it I would have never found

@@ -64,7 +65,7 @@
/* We require at least 2 dots in pattern to avoid too wide wildcard
match. */
- wildcard_enabled = 1;
-- pattern_label_end = strchr(pattern, '.');
+ pattern_label_end = strchr(pattern, '.');
- if(!pattern_label_end || !strchr(pattern_label_end + 1, '.') ||
- pattern_wildcard > pattern_label_end ||
- strncasecompare(pattern, "xn--", 4)) {