Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Jan 16, 2019
Commits on Jan 16, 2019
  1. 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.
You can’t perform that action at this time.