// Use http for image path, there is no need for https return wfExpandUrl( $iconUrl, PROTO_HTTP );
Should use PROTO_CANONICAL instead.
// Use http for image path, there is no need for https return wfExpandUrl( $iconUrl, PROTO_HTTP );
Should use PROTO_CANONICAL instead.
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/Echo | master | +1 -2 | Use PROTO_CANONICAL for icon links in emails |
Change 223006 had a related patch set uploaded (by Legoktm):
Use PROTO_CANONICAL for icon links in emails