I'm interested in an addon that would convert user-submitted URLs (which could be overridden with a permission) that would take a link like
http://www.illegalcontent.com
and transform it to something like
http://mywebsite.com/external/<linkresourceID>
And I could then run that against a list of databases (whether it pulls from existing databases from an API or my own) and if matching would display a warning to the user that gives some sort of reasoning on why the link is "unsafe" (website does drive-by downloads, hosts illegal content, etc).
I could not find anything like this in existence.
http://www.illegalcontent.com
and transform it to something like
http://mywebsite.com/external/<linkresourceID>
And I could then run that against a list of databases (whether it pulls from existing databases from an API or my own) and if matching would display a warning to the user that gives some sort of reasoning on why the link is "unsafe" (website does drive-by downloads, hosts illegal content, etc).
I could not find anything like this in existence.