6.0.0-alpha12
6/12/25

[#9983] when using https also twitter should load pictures by https
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

History
10/17/2013 01:49:07 PM Michael Rubinsky Comment #4
State ⇒ Resolved
Reply to this comment
Committed, thanks!
10/17/2013 01:47:08 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

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 #9983 from bugs.horde.org

     now 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
10/17/2013 01:34:22 PM Michael Rubinsky State ⇒ Assigned
Assigned to Michael Rubinsky
 
09/20/2013 05:42:19 PM michael (at) bigmichi1 (dot) de Comment #2 Reply to this comment
i added a pull request on github for this probel/enhancement

https://github.com/horde/horde/pull/64
05/01/2011 10:59:10 PM Michael Rubinsky State ⇒ Accepted
 
05/01/2011 10:58:59 PM Michael Rubinsky State ⇒ Assigned
Type ⇒ Enhancement
Priority ⇒ 1. Low
 
04/26/2011 11:59:01 AM michael (at) bigmichi1 (dot) de Comment #1
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
Reply to this comment
when i set to enforce https in horde configuration also the twitter 
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

Saved Queries