Linuzifer / domain_seizure

Ready to use mobile-friendly domain seizure pages
126 stars 30 forks source link

punycode domain names should be converted #2

Closed Linuzifer closed 5 years ago

Linuzifer commented 5 years ago

In index.html window.location.hostname returns puycode domain names. However, the unicode representation should be displayed. https://en.wikipedia.org/wiki/Punycode

A promising solution would be using https://github.com/bestiejs/punycode.js/ but a much slimmer code base would be preferred.

Linuzifer commented 5 years ago

fixed by @fucx https://github.com/Linuzifer/domain_seizure/pull/3