|
|
|
|
|
by Alex3917
2803 days ago
|
|
Every time a link is clicked, send an event to the server with the URL so that it can be tracked. If the URL is already known to be malicious when the page is generated, either don't include the URL or use javascript to intercept the click event and display the interstitial. If links need to be checked for validity at the moment the user clicks them, then just wait for the 200 response and do the same thing, the performance would be identical either way. |
|
Also -- anyone who views a copy/pasted version of this content won't get this protection.