Closed Linuzifer closed 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
window.location.hostname
A promising solution would be using https://github.com/bestiejs/punycode.js/ but a much slimmer code base would be preferred.
fixed by @fucx https://github.com/Linuzifer/domain_seizure/pull/3
In index.html
window.location.hostname
returns puycode domain names. However, the unicode representation should be displayed. https://en.wikipedia.org/wiki/PunycodeA promising solution would be using https://github.com/bestiejs/punycode.js/ but a much slimmer code base would be preferred.