Skip to content

Commit

Permalink
Enable punycode
Browse files Browse the repository at this point in the history
to fix very hard to notice Phishing Scam - Firefox / Tor Browser URL not showing real Domain Name - Homograph attack (Punycode).

https://forums.whonix.org/t/very-hard-to-notice-phishing-scam-firefox-tor-browser-url-not-showing-real-domain-name-homograph-attack-punycode/8373

https://forums.whonix.org/t/secbrowser-a-security-hardened-non-anonymous-browser/3822/162

user_pref("network.IDN_show_punycode", true);
  • Loading branch information
Patrick Schleizer committed Nov 5, 2019
1 parent 7430363 commit 2e741b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions usr/share/secbrowser/user.js
Expand Up @@ -46,3 +46,9 @@ user_pref("security.nocertdb", false);
// https://forums.whonix.org/t/is-anyone-having-white-bars-in-the-tbb-tor-browser-letterboxing/8345
// https://forums.whonix.org/t/secbrowser-a-security-hardened-non-anonymous-browser/3822/156
user_pref("privacy.resistFingerprinting.letterboxing", false);

// Enable punycode to fix
// very hard to notice Phishing Scam - Firefox / Tor Browser URL not showing real Domain Name - Homograph attack (Punycode).
// https://forums.whonix.org/t/very-hard-to-notice-phishing-scam-firefox-tor-browser-url-not-showing-real-domain-name-homograph-attack-punycode/8373
// https://forums.whonix.org/t/secbrowser-a-security-hardened-non-anonymous-browser/3822/162
user_pref("network.IDN_show_punycode", true);

0 comments on commit 2e741b4

Please sign in to comment.