Closed Bug 348878 Opened 18 years ago Closed 18 years ago

add cname redirects for report web forgery pages

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: beltzner, Assigned: justin)

References

Details

bug 346242 checked in the following URIs for the Report Web Forgery pages:

Generic report: http://{moz:locale}.phish-generic.mozilla.com/?hl={moz:locale}
Error report:   http://{moz:locale}.phish-error.mozilla.com/?hl={moz:locale}
Phish report:   http://{moz:locale}.phish-report.mozilla.com/?hl={moz:locale}

these all get &url={url} appended to the end.

We need to set up cname redirects to point them to the pages that are being created in bug 346710.
Assignee: nobody → server-ops
Component: www.mozilla.com → Server Operations
Product: Websites → mozilla.org
QA Contact: www-mozilla-com → justin
Version: unspecified → other
Same question on this as bug 348568 - my assumtion (not knowing the app) that all we need to do at the dns level is:

*.phish-generic.mozilla.com -> phish-generic.mozilla.com
*.phish-error.mozilla.com -> phish-error.mozilla.com
*.phish-report.mozilla.com -> phish-report.mozilla.com

Correct?
You're right in thinking we're just moving *.phish-{generic|error|report}.mozilla.com, but they're going to different pages at google.com. Brian/Sherman, where are the pages that are being created by bug 346710 going to end up?
*** Bug 349047 has been marked as a duplicate of this bug. ***
Assignee: server-ops → oremj
These are setup please reopen when we know what we are redirecting to.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Brian or Tony, do you know what the final URLs will be?
(In reply to comment #5)
> Brian or Tony, do you know what the final URLs will be?
> 
We'll figure it out and update this bug.
(In reply to comment #5)
> Brian or Tony, do you know what the final URLs will be?

http://www.google.com/safebrowsing/report_error/?tpl=mozilla&continue=http%3A%2F%2Fwww.google.com%2Ftools%2Ffirefox%2Ftoolbar%2FFT2%2Fintl%2Fen%2Fsubmit_success.html&hl=en&url=<encoded-url>
http://www.google.com/safebrowsing/report_phish/?tpl=mozilla&continue=http%3A%2F%2Fwww.google.com%2Ftools%2Ffirefox%2Ftoolbar%2FFT2%2Fintl%2Fen%2Fsubmit_success.html&hl=en&url=<encoded-url>

The only change from before is the tpl=mozilla CGI parameter.

It turns out the continue parameter is necessary for getting localized confirmation pages.  So it should be
http://www.google.com/tools/firefox/toolbar/FT2/intl/<locale>/submit_success.html

Where <locale> is the hl parameter.

We removed report_general, so that doesn't need to go anywhere.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
This is done for phish-error and phish-report - there were no destination URLs listed for phish-generic - please list them in the bug if there are destinations.

Note I don't change anything in the tpl arg (locale wise) - let me know if I should.  For invalid query strings I redirect to mozilla.com.  Please test and let me know if there are any issues.
(In reply to comment #8)
> This is done for phish-error and phish-report - there were no destination URLs
> listed for phish-generic - please list them in the bug if there are
> destinations.

The generic phishing error has been decommissioned, as per bug 349452. For Google, at least, that particular error will not be used.
Per comment #9 - this is complete.  Please test and reopen if there are any issues.
Status: REOPENED → RESOLVED
Closed: 18 years ago18 years ago
Resolution: --- → FIXED
Not sure what happened, but it seems *.phish-report.mozilla.com is going to the report_error page instead of the report_phish page (bad copy/paste?). *.phish-error.mozilla.com is going to the correct page, however.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reassigning to server-ops, as oremj is in Paris.
Assignee: oremj → server-ops
Status: REOPENED → NEW
Heh - good catch - fixed.
Status: NEW → RESOLVED
Closed: 18 years ago18 years ago
Resolution: --- → FIXED
Assignee: server-ops → justin
(In reply to comment #13)
> Heh - good catch - fixed.

s/report_report/report_phish/, please ;)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Yea, so really fixed this time.  Verified as well...
Status: REOPENED → RESOLVED
Closed: 18 years ago18 years ago
Resolution: --- → FIXED
Seems this got broken sometime.

http://en-us.phish-error.mozilla.com/?hl=en-US&url=http://ddd and http://en-us.phish-report.mozilla.com/?hl=en-US&url=http://ddd are both redirecting to http://www.mozilla.com/?hl=en-US&url=http://ddd instead of the Google pages.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Fixed.
Status: REOPENED → RESOLVED
Closed: 18 years ago18 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.