Closed
Bug 1065015
Opened 11 years ago
Closed 11 years ago
Fix webmail URL entries
Categories
(Webtools :: ISPDB Database Entries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: BenB, Assigned: BenB)
Details
Attachments
(1 file)
|
948 bytes,
patch
|
BenB
:
review+
gozer
:
review+
|
Details | Diff | Splinter Review |
Follow-up of bug 973005.
Some of the information wasn't correct (typo for Google field ID), and some wasn't sufficient.
T-Online login page does a JS-based redirect to another page. So, our event listener fires, we don't find the fields, we remove the event listener, and can't fill in. (Other ISPs do the redirect using HTTP 302 and that is transparent for us and works, because the first load event we see is on the redirected URL.) So, we have to add to our database the T-Online URL that we're being redirected to, and have our code wait until we see that URL.
Comment 1•11 years ago
|
||
This corrects a typo on the gmail login page, as well as updating the t-online URL.
It also adds the new prefix for t-online so we can check for the secondary login page.
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8486614 [details] [diff] [review]
Updates to XML
Review of attachment 8486614 [details] [diff] [review]:
-----------------------------------------------------------------
r+
Attachment #8486614 -
Flags: review+
| Assignee | ||
Updated•11 years ago
|
Attachment #8486614 -
Flags: review?(gozer)
Updated•11 years ago
|
Attachment #8486614 -
Flags: review?(gozer) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Thanks for the review.
Commited SVN Revision 131796
FIXED
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•