Summary | when using https also twitter should load pictures by https |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | michael (at) bigmichi1 (dot) de |
Created | 04/26/2011 (5161 days ago) |
Due | |
Updated | 10/17/2013 (4256 days ago) |
Assigned | 10/17/2013 (4256 days ago) |
Resolved | 10/17/2013 (4256 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 585f0ba4f71ec230ed3b543dc2f44fcaa0c32b7f
Author: Michael Cramer <michael@bigmichi1.de>
Date: Fri Sep 20 19:40:59 2013 +0200
use https image urls when horde runs in https environment
this fixes
bug #9983from bugs.horde.orgnow that the response of the api includes also an https url this
should be used for https sites
horde/services/twitter/index.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/585f0ba4f71ec230ed3b543dc2f44fcaa0c32b7f
Assigned to Michael Rubinsky
https://github.com/horde/horde/pull/64
Type ⇒ Enhancement
Priority ⇒ 1. Low
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ when using https also twitter should load pictures by https
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
block hould be using https to retrieve the profile images from twitter
to avoid user confusion about browsers say there is insecure content.
reffering to this post
(http://osdir.com/ml/twitter-development-talk@googlegroups.com/2009-08/msg01153.html) there should be a replace done in application code to load pictures through
https.
example in my case is, there is a profile image that is loaded from these url:
http://a3.twimg.com/profile_images/1166071746/coin_bigger_normal.jpg
for https it should be:
https://s3.amazonaws.com/twitter_production/profile_images/1166071746/coin_bigger_normal.jpg