(no title)
Etheon | 5 years ago
I don't want users to do link cloaking on Multy and if people click on something on Multy, they are aware of where they're going. This is why I do that, and this is why I also want to integrate a domain blacklist.
Etheon | 5 years ago
I don't want users to do link cloaking on Multy and if people click on something on Multy, they are aware of where they're going. This is why I do that, and this is why I also want to integrate a domain blacklist.
soneca|5 years ago
Etheon|5 years ago
I found several BL, mostly for email spam protection but:
http://uribl.com/ https://www.spamhaus.org/
The difficulty is to found how to work with the database and check each URI.
I found some packages on npm like this one : https://www.npmjs.com/package/dnsbl-lookup
But I have to test it thoroughly before putting it into production.