Skip to content

core: Handle HTTPS URIs in SERVICE syntax

Carlos Garnacho requested to merge carlosg/tracker:wip/https-in-service into master

This was mistaken as unhandled, even though it really is. Add a check for the "https" URI scheme, as it's handled by our soup-based code.

Merge request reports