I was curious if the URL shortener works with spam filtering such as SURBL? Also how does one delete links? On a test site I've added a few links but didn't see an option to remove shortened links I've created locally.
Also how do others handle the whole potential for abuse issue? Thank you.
Comments
Comment #1
mgiffordSpam and for that matter Google's Safe Browsing API http://code.google.com/apis/safebrowsing/ to check URLs against Google's constantly updated blacklists of suspected phishing and malware pages.
Comment #2
locomo commentedthis should be an optional setting though.. probably not necessary for folks not allowing public use
Comment #3
mgiffordAbsolutely. Just an option for additional security/confidence in the links.
Comment #4
irakli commentedGoogle's API is probably the most obvious candidate to integrate with. Now I just need to find time to implement it :)
Anybody willing to help? :)
Comment #5
mably commentedThis issue was filed against the previous Drupal 6/7 module that used this project namespace.
The namespace has been taken over and the module has been replaced by a completely new and unrelated project for Drupal 10/11.
The original code remains available in the 6.x-1.x branch.
Closing this issue as it no longer applies to the current module.