Ticket #411 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

HTTPS problem caused by favicon.ico in admin menu

Reported by: chris Owned by: jim
Priority: minor Milestone:
Component: Drupal modules & settings Keywords:
Cc: jim, laura Estimated Number of Hours: 0.5
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0

Description (last modified by jim) (diff)

The admin menu contains:

   <div id="admin-menu">
<ul><li class="expandable admin-menu-icon"><a href="/"><img class="admin-menu-icon" src="http://dev.transitionnetwork.org/sites/default/files/favicon.ico" width="16" height="16" alt="Home" /></a>

This causes warnings when the site is used with HTTPS as the favicon.ico is linked to http:// both when the site is accessed via HTTP and HTTPS, can the link be changed to "/sites/default/files/favicon.ico" so it'll worth with HTTP and HTTPS?

Change History

comment:1 Changed 4 years ago by jim

  • Status changed from new to closed
  • Resolution set to fixed
  • Description modified (diff)

Seems to work for me on the new server...

comment:2 Changed 4 years ago by chris

Yes, the HTML has changed, now the favicon is linked to with a HTTPS URL:

<img class="admin-menu-icon" src="https://www.transitionnetwork.org/sites/www.transitionnetwork.org/files/favicon.ico" width="16" height="16" alt="Home" />
Note: See TracTickets for help on using tickets.