• Fix #734: Shields update on first refresh of an upgraded http page

    kylehickinson committed Jan 16, 2019
    Seems to be due to a WebKit bug where `WKNavigationAction.request.mainDocumentURL` is not also upgraded to https, therefore on the first refresh `url` has https and `mainDocumentURL` has http. These two properties become aligned once the page is refreshed once.