[wp-trac] [WordPress Trac] #35376: Default URL for emoji images should be always https

WordPress Trac noreply at wordpress.org
Fri Jan 8 20:08:58 UTC 2016


#35376: Default URL for emoji images should be always https
--------------------------+-----------------------
 Reporter:  ocean90       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  4.5
Component:  Emoji         |    Version:  4.2
 Severity:  normal        |   Keywords:  has-patch
  Focuses:  performance   |
--------------------------+-----------------------
 The default URL is currently `set_url_scheme(
 '//s.w.org/images/core/emoji/72x72/' )` but the CDN is SSL-only, so in
 case `set_url_scheme()` returns "http" the request gets redirected to
 "https". That's pretty bad for our little friends.

 {{{
 curl -I http://s.w.org/images/core/emoji/72x72/1f680.png
 HTTP/1.1 301 Moved Permanently
 Content-Type: text/html
 Date: Fri, 08 Jan 2016 19:53:08 GMT
 Location: https://s.w.org/images/core/emoji/72x72/1f680.png
 Server: nginx
 Content-Length: 178
 }}}

 It's seems like this was an oversight in [31938] because s0.wp.com has no
 such redirect.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/35376>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list