You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: