WICG / web-app-launch

Web App Launch Handler
Other
74 stars 31 forks source link

Do not allow URLs to leak outside of the app scope #85

Closed alancutter closed 1 year ago

alancutter commented 1 year ago

This updates the focus-existing behaviour to check first whether the |application context| is even in the app scope before not navigating it. This can happen if the user navigates outside of the app scope in an existing app window prior to launching the web app again while focus-existing is active.