GNOME Bugzilla – Bug 733848
PortalHelper: fix portals that don't redirect properly
Last modified: 2014-08-19 13:30:48 UTC
We assumed that either a portal would give us a target URI, or we would eventually reach the URI of our choice (which is http://www.gnome.org) This is not always the case: even after a successful login we may stay in a confirmation page, so make sure that every time we see a redirect we trigger a connectivity check (or queue one for when the user closes the window)
Created attachment 281841 [details] [review] PortalHelper: fix portals that don't redirect properly
Review of attachment 281841 [details] [review]: Can't test this but the logic looks fine
This was extensively tested at Guadec. Attachment 281841 [details] pushed as b6e6e09 - PortalHelper: fix portals that don't redirect properly