Page MenuHomePhabricator

Echo email icons are hardcoded HTTP
Closed, ResolvedPublic

Description

		// Use http for image path, there is no need for https
		return wfExpandUrl( $iconUrl, PROTO_HTTP );

Should use PROTO_CANONICAL instead.

Event Timeline

Legoktm claimed this task.
Legoktm raised the priority of this task from to High.
Legoktm updated the task description. (Show Details)
Legoktm subscribed.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change 223006 had a related patch set uploaded (by Legoktm):
Use PROTO_CANONICAL for icon links in emails

https://gerrit.wikimedia.org/r/223006

Change 223006 merged by jenkins-bot:
Use PROTO_CANONICAL for icon links in emails

https://gerrit.wikimedia.org/r/223006

Legoktm moved this task from Backlog to In progress on the Notifications (Echo) board.