mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
12 lines
615 B
JavaScript
12 lines
615 B
JavaScript
//#### Copyright (C) 2019 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
//#### See the file COPYING for copying conditions.
|
|
|
|
//#### 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);
|