Closed
Bug 344551
Opened 19 years ago
Closed 19 years ago
phishing protection reporting pages aren't very useful
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: beltzner, Assigned: reed)
References
()
Details
The pages created by bug 344063 are less useful than the actual Google counterparts, and were created in a hurry just to meet the needs of that bug. Those pages should:
- preserve the URL being reported as provided by Firefox
- require no more than one or two clicks, and no more page loads to complete a reporting operation
This could be done with passthroughs to Google URLs, or by hosting the Google page in an iframe, or just with some JS madness.
Assignee | ||
Comment 1•19 years ago
|
||
Pages were actually created in bug 344128.
Assignee | ||
Comment 2•19 years ago
|
||
Taking. I've put something together to handle what comment #0 wants.
Assignee: nobody → reed
Assignee | ||
Comment 3•19 years ago
|
||
oh, except for the "no more page loads" part. I'll commit my work in a bit to explain.
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•19 years ago
|
||
Checking in report.js;
/cvsroot/mozilla-org/html/projects/bonecho/anti-phishing/report.js,v <-- report.js
initial revision: 1.1
done
Checking in report_error/index.html;
/cvsroot/mozilla-org/html/projects/bonecho/anti-phishing/report_error/index.html,v <-- index.html
new revision: 1.6; previous revision: 1.5
done
Checking in report_general/index.html;
/cvsroot/mozilla-org/html/projects/bonecho/anti-phishing/report_general/index.html,v <-- index.html
new revision: 1.6; previous revision: 1.5
done
Checking in report_phish/index.html;
/cvsroot/mozilla-org/html/projects/bonecho/anti-phishing/report_phish/index.html,v <-- index.html
new revision: 1.6; previous revision: 1.5
done
Leaving this bug open for a better fix later on.
Assignee | ||
Comment 5•19 years ago
|
||
Ok, now that everything has synced properly, I would like some testing on this new code. Just go to Help --> Report Phishing Website and make sure that if you click the link to report it, it puts the URL correctly in the box.
I think this will hold us until a more permanent fix can be done.
Comment 6•19 years ago
|
||
We're going to use pages hosted at the provider for phishing reporting functionality per bug 346242.
Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: mozilla.org → Websites
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•