Closed
Bug 453652
Opened 17 years ago
Closed 17 years ago
improve captcha to reduce spam
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wsmwk, Assigned: justdave)
Details
Attachments
(1 file, 1 obsolete file)
11.63 KB,
patch
|
Details | Diff | Splinter Review |
minimally, 10-15% of recent postings in mozilla.feedback is spam, based on a 3 day sample
note also, "send feedback" button is enabled when user has not provided the captcha data. could probable be required, even though the captcha is checked server-side
Reporter | ||
Comment 1•17 years ago
|
||
fwiw
mozilla.feedback looks to be more like 30% check based on additional checking
mozilla.feedback.firefox however looks to be fairly clean, est. <1% junk
mozilla.feedback.thunderbird also looks to be close to zero.
Comment 2•17 years ago
|
||
This patch does the following:
- Adds ReCAPTCHA captcha. Currently, it's only checked if the fields are actually submitted, which makes it very easy to bypass. This is so we don't need to have a flag day updating all the forms which submit through Hendrix. Once we've updated them all to include the client-side CAPTCHA code, we can tighten the check.
- Makes the captcha a required field.
- Removes an unused error.
- Updates for Shiretoko (rather than Gran Paradiso)
- A few wording tweaks to the front page and success page, including a typo fix (reresolves bug 453613)
- Adds a note to each message telling people how to respond to it (bug 453619)
- Allows the default product to be passed in on the URL.
Gerv
Comment 3•17 years ago
|
||
Oops, missed out index.cgi.
Gerv
Attachment #337037 -
Attachment is obsolete: true
Comment 4•17 years ago
|
||
Over to website push...
Bug 453816 filed as follow-up to update Hendrix access points.
Gerv
Assignee: gerv → server-ops
Component: Hendrix → Server Operations: Web Content Push
Product: Webtools → mozilla.org
QA Contact: hendrix → mrz
Version: Trunk → other
Reporter | ||
Comment 5•17 years ago
|
||
time to remove mozilla suite from the selection list?
![]() |
||
Comment 6•17 years ago
|
||
(In reply to comment #5)
> time to remove mozilla suite from the selection list?
Probably, it's been EOLed for about 3 years or so now, though I guess removing that might be an additional bug. BTW, is there a list of where reports for what product go?
Comment 7•17 years ago
|
||
Wayne: please file another bug about that.
Server Ops: any chance of a cvs update here? Should take about 30 seconds, and correct that embarrassing front page typo.
Thanks,
Gerv
Assignee | ||
Updated•17 years ago
|
Assignee: server-ops → justdave
Assignee | ||
Comment 8•17 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•