Closed Bug 638699 Opened 14 years ago Closed 12 years ago

Links to Facebook and Twitter should be HTTPS

Categories

(www.mozilla.org :: General, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
Future

People

(Reporter: osamak.wfm, Assigned: kohei)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20110103 Fedora/3.6.13-1.fc14 Firefox/3.6.13
Build Identifier: 

Mozilla.com replaces most links from HTTP to HTTPS on HTTPS connections, but Facebook and Twitter are often left unchanged. Here are a few examples I found:

* https://www.mozilla.com/en-US/firefox/beta/
* https://www.mozilla.com/en-US/firefox/beta/feedback/
* https://www.mozilla.com/en-US/press/bios/
* https://www.mozilla.com/en-US/firefox/connect/ (link to YouTube needs to be in HTTPS, too)
* Links in mozilla.com the footer, after "Let's be friends".

Please fix those.

Reproducible: Always
https://www.mozilla.com/en-US/firefox/3.6.14/whatsnew/ (and other 'whatsnew' pages) can be added to the list.
Thanks - adding to the queue.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → 2.1
Is there some plan to switch the site to https? Because in-product pages link to http so the only way for a user to get to a whatsnew page in https would be for him to manually change the url just after he has upgraded.
John, please add links to Creative Commons website to the list. (http://creativecommons.org/licenses/by-sa/3.0/ should be https://creativecommons.org/licenses/by-sa/3.0/ on HTTPS connection).
Target Milestone: 2.1 → 2.0
Assignee: nobody → steven
Is this really necessary? We don't have HTTPS on by default, and you're leaving mozilla.com for another website. To be consistent, we'd have to do this for all external links.

HTTPS isn't really a cross-site feature.
It's common to redirect users who are connecting using HTTPS to HTTPS page and that should include other websites that support HTTPS.
I'm inclined to say leave it as is. Like Steven said, it'll be hard to be consistent across the site, and we don't force https.

If anything, lets wait because the footer is changing. Not sure where the twitter/facebook comes in with the new one:

http://www-trunk.stage.mozilla.com/en-US/firefox/fx/
I appreciate the suggestion, but we'll keep external links HTTP by default. We'd have to check external domains for support before doing any linking.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
When we have links in the structure of the site, where we know that they go to https-enabled services, we should use HTTPS links. This would cover things like the Twitter, Facebook, and Creative Commons links in the footer of the page.

In addition, it would be good practice to have HTTPS links throughout the HTTPS version. If the barrier to this is the manual work of deciding and checking which links to change, then we should us something the rewrite rules from the EFF's HTTPS-everywhere to automate switching as many links as possible.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Severity: normal → enhancement
Solution: Replace 

<a href="http://twitter.com/firefox">
<a href="http://facebook.com/Firefox">

with

<a href="//twitter.com/firefox">
<a href="//facebook.com/Firefox">

:)
Status: REOPENED → ASSIGNED
Now Twitter uses HTTPS by default.
http://blog.twitter.com/2012/02/securing-your-twitter-experience-with.html

I think those links should be HTTPS anyway.
Are we still moving forward with this?
Target Milestone: 2.0 → Future
Component: www.mozilla.org/firefox → www.mozilla.org
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
Depends on: 798611
Twitter and Facebook both redirect all http connections to https.  So we should just link to https.
Pull request: https://github.com/mozilla/bedrock/pull/884
QA Contact: www-mozilla-com → kohei.yoshino.bugs
Assignee: steven → kohei.yoshino.bugs
QA Contact: kohei.yoshino.bugs
Updated the summary per comment 13.
Summary: On HTTPS connection, links to Facebook and Twitter should be HTTPS → Links to Facebook and Twitter should be HTTPS
Commit pushed to master at https://github.com/mozilla/bedrock

https://github.com/mozilla/bedrock/commit/c16d29e95fc4be34b1c0e8495058dd49e8997bf5
Bug 837763 - Add Firefox's Google+ and YouTube links to universal footer

Also fixes Bug 638699 - On HTTPS connection, links to Facebook and
Twitter should be HTTPS
Status: ASSIGNED → RESOLVED
Closed: 14 years ago12 years ago
Resolution: --- → FIXED
https://www-dev.allizom.org/en-US/#colophon
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.