-
Notifications
You must be signed in to change notification settings - Fork 970
Regression: Toggling shields does not re-enable HTTPSE #4220
Comments
This is a URLbar update problem, the state shows it is actually upgrading to HTTPS |
this actually doesn't appear to be a urlbar update problem. When I look at the network traffic it is still going to |
it does work correctly on |
This was reverted here, so re-opening |
Also moving this to 0.12.3 since it's just an intermittent race condition that probably happened before as well. |
This has been a part of every release test and has never had an issue before. If it was intermittent, it should have been noticed more. |
It is defiantly an intermittent issue. It is intermittent on Apple.com and not reproducible at badssl
|
I had actually identified a general race condition before this bug and I verified it when testing this
|
also as notes below the page is still on http and only the subresouces that loaded after the race were upgraded
|
I didn't actually check this because I had already verified the race condition with other methods, but you should see a different number of upgrades when it shows http vs https because some of the upgrades were Apple.com subresouces that should already be https when the page loads as https
|
i can no longer repro the original bug - turning shields off then on again and going to http://apple.com updates to https://apple.com as expected. |
@diracdeltas there is a race condition so the issue is intermittent and we haven't done anything that would fix the underlying issue |
@bridiver you had a PR for this that we had to backout, did you ever get back to that? |
As Apple enables HTTPS by default, let's close this issue. If the issue is still experienced on other sites, let's open a new issue for that. |
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
When toggling the shield, HTTPSE was not re-enabled.
Expected behavior:
If the shields are up and HTTPSE is enabled, the site should load via https.
Tested on OS X
0.12.2 rc2
The text was updated successfully, but these errors were encountered: