Information
This feature determines whether all Internationalized Domain Names (IDNs) displayed in the browser are displayed as Punycode or as Unicode.
IDNs displayed in Punycode are easier to identify and therefore help mitigate the risk of accessing spoofed web pages.
Solution
Perform the following procedure:
* Open the mozilla.cfg file in the installation directory with a text editor
* Add the following lines to mozilla.cfg:
lockPref("network.IDN_show_punycode", true);