lp://qastaging/webbrowser-app/trusty
- Get this branch:
- bzr branch lp://qastaging/webbrowser-app/trusty
Branch merges
Branch information
Recent revisions
- 507. By Alberto Mardegan
-
Webapps: let SAML requests through
SAML requests are used for instance by Google Apps for your domain; they are implemented as a HTTP redirect to a URL containing the query parameter called "SAMLRequest".
Besides letting the request through, we must also add the SAML domain to the list of the allowed hosts.
Fixes: 1302780 - 503. By Alexandre Abreu
-
Oxide (and Chromium) does not inform of non user driven navigations (or more specifically redirects that would be part of an popup/webview load (after its been granted). Quite a few sites (e.g. Youtube), create popups when clicking on links (or following a window.open()) with proper youtube.com address but w/ redirection params, e.g.:
http://www.youtube. com/redirect? q=http% 3A%2F%2Fgodzill amovie. com%2F& redir_token= b8WPI1pq9FHXeHm 2bN3KVLAJSfp8MT M5NzI2NDg3NEAxM zk3MTc4NDc0 In this instance the popup & navigation is granted, but then a redirect happens inside the popup to the real target url (here http://
godzillamovie. com) which is not trapped by a navigation requested and therefore not filtered. The only way to do it atm is to listen to url changes in popups & also filter there. Fixes: 1294279
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/webbrowser-app