2022-05-20 14:46:38 -04:00
|
|
|
//#### Copyright (C) 2019 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
2020-11-05 06:36:39 -05:00
|
|
|
//#### See the file COPYING for copying conditions.
|
|
|
|
|
2019-11-03 02:50:51 -05:00
|
|
|
//#### meta start
|
|
|
|
//#### project Whonix and Kicksecure
|
|
|
|
//#### category security and apps
|
|
|
|
//#### description https://forums.whonix.org/t/enable-network-idn-show-punycode-by-default-in-thunderbird-to-fix-url-not-showing-real-domain-name-homograph-attack-punycode/8415
|
|
|
|
//#### meta end
|
|
|
|
|
|
|
|
// https://forums.whonix.org/t/enable-network-idn-show-punycode-by-default-in-thunderbird-to-fix-url-not-showing-real-domain-name-homograph-attack-punycode/8415
|
|
|
|
pref("network.IDN_show_punycode", true);
|