How do u block outgoing urls?

oscilay

Power Member
Joined
Oct 30, 2013
Messages
605
Reaction score
498
I just started a community driven website, and looking for a way to block undesired urls submitted by the users. Is there any way to do that? Can't find anything on google.
 
What platform are you using?
 
You should check the users input, make a blacklist where you can add the unwanted strings and comment them out, with regex or something else before it goes to the database.
 
Back
Top