Use this method to check a URL to see if it is malicious.
Only the domain portion of the URL is checked. The path and query string are
stripped before sending the request to the ChainPatrol API to preserve privacy
and prevent leaking sensitive information.
The redirectUrl property specifies where to redirect the user when the
detector detects a threat. This property will only be present if the
status property is set to BLOCKED.
By default, the detector will return the ChainPatrol warning page URL,
but you can override this by specifying your own redirectUrl in when
instantiating the ThreatDetector.