Instance methods
ignore()
Use this method to ignore a domain when the user chooses to continue at their own risk after seeing a warning
If a user chooses to continue at their own risk after seeing a warning, you can use this method to ignore the domain so that the detector ignores the domain in the future. Without this, the user will continue to be redirected to the warning page, which is not a good user experience.
Example
Parameters
The URL to ignore. This can be a full URL or a domain.
Ex. https://google.com
or google.com
Return Value
The return value is a promise that resolves with a result object.
Success
If the addition was successful, the object will contain the following properties:
Failure
However, if the addition was unsuccessful, the object will contain the following:
Was this page helpful?