mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-27 08:56:59 -05: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
3
debian/control
vendored
3
debian/control
vendored
@ -241,6 +241,9 @@ Description: enhances misc security settings
|
|||||||
* Deactivates previews in Dolphin.
|
* Deactivates previews in Dolphin.
|
||||||
* Deactivates previews in Nautilus.
|
* Deactivates previews in Nautilus.
|
||||||
* Deactivates thumbnails in Thunar.
|
* Deactivates thumbnails in Thunar.
|
||||||
|
* 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).
|
||||||
.
|
.
|
||||||
Discussion:
|
Discussion:
|
||||||
.
|
.
|
||||||
|
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…
x
Reference in New Issue
Block a user