-
Notifications
You must be signed in to change notification settings - Fork 901
Open
Labels
Description
Since my shortening service is becoming more popular the amount of spammer making use of my service increased as well. In order to lock spammers out it would be perfect to have a domain blacklist - URLs on these domains will not be shortened anymore.
In the LinkHelper there's already some hard coded URLs which the link is checked against before being shortened. This function could be extended in order to implement a function on the admin interface to add blacklisted URLs.
alips, aljaxus and MillennialDIYer