You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What should happen if the user opens an old http URL that now redirects to https?
What if they opened it from outside the browser?
What if there's an MITM sending the wrong redirects?
It's certainly true that you don't want to fetch association files from plain http, but it should be fine to just use the https one for the same domain, shouldn't it?
It's also plausible that asking the PWA to handle an http URL would result in it accidentally making plain http requests.
Perhaps a mechanism to explicitly request that certain http:// URLs be rewritten to https:// before the PWA sees them?
This issue originated from a CL review discussion here: https://chromium-review.googlesource.com/c/chromium/src/+/2405696
The explainer can be more explicit about why only https origins are allowed to be required in
url_handlers
for URL handling.Notes:
The text was updated successfully, but these errors were encountered: