mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-02 23:46:14 -04:00
Enables punycode (network.IDN_show_punycode
) by default in Thunderbird
to make phising attacks more difficult. Fixing URL not showing real Domain Name (Homograph attack). 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
This commit is contained in:
parent
bf62306d4f
commit
b55c2fd62e
2 changed files with 11 additions and 0 deletions
8
etc/thunderbird/pref/40_security-mic.js
Normal file
8
etc/thunderbird/pref/40_security-mic.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
//#### 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);
|
Loading…
Add table
Add a link
Reference in a new issue