Ticket #411 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
Seems to work for me on the new server...