// 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.
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Use PROTO_CANONICAL for icon links in emails | mediawiki/extensions/Echo | master | +1 -2 |
Change 223006 had a related patch set uploaded (by Legoktm):
Use PROTO_CANONICAL for icon links in emails