Open softvision-sergiulogigan opened 5 years ago
we can blacklist these domains
Captcha is good if we have evidence non-humans are reporting the bugs. Otherwise, I worry it's too high a barrier for sending in quick bugs.
I rephrased the title of the issue to be more general.
(ip, uri, time)
. For the same ip and uri, if time(n-1)-time(n) < x (minutes)
, we block/ignore/warn the user about cooling down on reporting.deny the posting based on a triplet (ip, uri, time). For the same ip and uri, if time(n-1)-time(n) < x (minutes), we block/ignore/warn the user about cooling down on reporting.
This seems like a good idea. What do you think it's a reasonable time for us to set on this @karlcow?
@marimeireles
Taking one of the cases we had.
I guess 10 minutes could be reasonable. or longer with an additional check on the fact that it is webcompat-bot reporting the issue (so we are not blocking softvision team when they report issues.)
I'm going to give a try on this.
Giving the fact that we have a lot of spam/duplicates lately, we suggest adding a (simple) CAPTCHA field, to discourage such behaviors.
Recent examples: https://github.com/webcompat/web-bugs/issues/25603 - 17 duplicates https://github.com/webcompat/web-bugs/issues/25609 - 10 duplicates https://github.com/webcompat/web-bugs/issues/26503 - 3 duplicates https://github.com/webcompat/web-bugs/issues/26480 - 4 duplicates