URL, the url string will be normalized and its domain will be submitted to Chainpatrol.
Normalization
Normalization is the process of removing all unnecessary characters from the URL string. It is done to make the URL string more readable and to remove any ambiguity. ChainPatrol performs the following normalization steps:- Remove the scheme (http, https, ftp, etc.)
- Convert the domain to lowercase
- Convert unicode characters to punycode
- Remove username, password, port, query, fragment
- Remove trailing slash