[wp-trac] [WordPress Trac] #33688: Emoji Javascript doesn't support HTTPS
WordPress Trac
noreply at wordpress.org
Sat Jul 27 18:04:53 UTC 2019
#33688: Emoji Javascript doesn't support HTTPS
--------------------------+-----------------------
Reporter: trenzterra | Owner: (none)
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: General | Version: 4.3
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+-----------------------
Comment (by killerbishop):
Tested switching over to SSL and this appears to work as expected. The
basis of SSL or not in the format of the URL boils down to the
{{{is_ssl()}}} function which requires {{{$_SERVER['HTTPS']}}} to be
present with a value of either ''on'' or ''1'' - the other option is
existence of {{{$_SERVER['SERVER_PORT']}}} set to a value of ''443''.
@stanquinn and OP - I would say this is likely where your problem may be.
You can probably confirm if these apply in your environment by outputting
the values.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33688#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list