Remove URL and neutralize URL
The following table details examples of removed and neutralized HTML links, HTML text, and plain text using the available variables.
| Sample Link | Remove URL | Neutralize URL |
|
HTML link: <a href='http://www.malicious.com/index.php'>here</a> |
<a href=''''>here</a> | <a href=''hXXp://www. malicious[.]com/ index.php''>here</a> |
| HTML text only: http://www.malicious.com/index.php | hXXp://www.malicious[.] com/index.php | |
| Plain text: http://www.malicious.com/index.php | hXXp://www.malicious[.] com/index.php |