Protects against Unicode Domain phishing attacks
This is a chrome extension to protect you from some forms of Unicode Domain, aka "Homoglyph" Phishing attacks (https://en.wikipedia.org/wiki/IDN_homograph_attack), which is when an attacker disguises a URL by using similar looking characters. For example, can you tell the difference between these URLs:
www.google.com/maps
www.google.com⁄maps
www.google.com∕maps
Only one of these links is using real slashes, and some fonts may make them even harder to distinguish. Sophisticated replacement of characters which look similar is used to harvest login details, or fool users into accessing fake websites or downloading malicious files.
Once installed, this chrome extension will:
1. Highlight and disable links which contains fake slashes, preventing you from clicking them accidentally.
2. Safely redirect you away from any URLs which contain fake slashes.