mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-12 12:47:47 +02:00
Add email HTML comment to info
This commit is contained in:
@@ -49,6 +49,11 @@ func GetInfoRegexes() []Info {
|
||||
[]string{
|
||||
`(?i)([a-zA-Z0-9_.+-]+@[a-zA-Z0-9]+[a-zA-Z0-9-]*\.[a-zA-Z0-9-.]*[a-zA-Z0-9]{2,})`},
|
||||
},
|
||||
{
|
||||
"HTML comment",
|
||||
[]string{
|
||||
`(?i)(\<![\s]*--[\-!@#$%^&*:;ºª.,"'(){}\w\s\/\\[\]]*--[\s]*\>)`},
|
||||
},
|
||||
}
|
||||
return regexes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user