We have an application where users can upload images and those images will instantly show up on our website.
Last week, when one person, uploaded a bunch of XXX-Rated pictures and things showed up immediately on the website. Luckily, we noticed and removed them in matter of a few minutes. Still, that time was enough to shock some of our other users.
Here is my question:
- How to effectively analyse and block such images from being uploaded?
- If there is no effective library,60-70% of filtration will be acceptable. So that admin panel can show up notifications and we can take actions.
I am thinking of something that once image has been uploaded, run that filter on image and if there is some issue pass that image to admins to approve it, basically hold the display on website before it get approved.