You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those unicode characters aren't illegal in a domain name, are they? Firefox at least (what I'm using, haven't tested others) translates that properly to https://xn--zn7caaaaaaaaaaa.com/ for me.
public static String randomUrl(Boolean isHttps) {
NetworkProducer net = Fairy.create().networkProducer();
return net.url(isHttps);
}
Result
https://������������.com
The text was updated successfully, but these errors were encountered: