Closed
Bug 677203
Opened 14 years ago
Closed 14 years ago
UTest Bug ID: 199719 - issue with Facebook link
Categories
(Websites :: webifyme.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: webqa.utest, Assigned: brez)
References
Details
Attachments
(1 file)
334.82 KB,
image/pjpeg
|
Details |
Platform type: PC
Current OS: Windows vista Business + SP2
IE8 8.0.6001.18943
Chrome
Location: USA
url of page: https://webifyme-dev.allizom.org/en-US/
Steps taken:
1. open application
2. click on Facebook link
Expected:
facebook login page displays
Actual:
nothing occurred. Facebook link does not work
url of page: https://webifyme-dev.allizom.org/en-US/
Reporter | ||
Updated•14 years ago
|
Status: NEW → UNCONFIRMED
Ever confirmed: false
Comment 1•14 years ago
|
||
Brez: In the code (https://github.com/mozilla/webifyme/blob/master/ff4/templates/shared/_share.html), can you change the src="http://www.facebook.... to https://? This will keep IE from barking at us due to the mixed protocols. Unlike twitter, Facebook has valid SSL certifications.
Assignee: nobody → jbresnik
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•14 years ago
|
Severity: normal → major
Comment 4•14 years ago
|
||
OK; this should be pretty easy.
Comment 5•14 years ago
|
||
This was related to bug 677480 - they used the same sharing module. See this commit:
https://github.com/mozilla/webifyme/commit/53258258e910145875984cd7ad0b1cb8921c1041
Chris: in addition, I have made the change you requested to the share button on the main page. I assume this will not cause IE to bark on an http:// page, yes? (I believe IE only barks when insecure content is on a https delivered page, and not the other way around).
Thats here, btw:
https://github.com/mozilla/webifyme/commit/dd7cd4f7e4acec588eacde958097ff9242e0c488
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•