Replace UtilityService.punyHost(url)
with new URL(url).host
#15163
Labels
UtilityService.punyHost(url)
with new URL(url).host
#15163
misskey/packages/backend/src/core/UtilityService.ts
Lines 119 to 123 in f123be3
new URL("https://mañana.com:8080").host === 'xn--maana-pta.com:8080'
になるのでtoPuny
やurlObj.port
使う必要はなさそうですThe text was updated successfully, but these errors were encountered: