- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 21 Jun 2015 09:24:42 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Sunday, 21 June 2015 16:25:09 UTC
Dialogs affected: HTTP auth, HTTP proxy auth, TLS client auth. According to @sleevi we cannot simply disable all protocol-triggered dialogs for service workers. (Would this be true even if we have an API for sites to do TLS client auth?) Difficult scenarios: * Decide which browsing context to spam (does the originating client need to be cloned across Request objects? what if you just supply a URL to fetch()?) * What happens if there are no browsing contexts open? * ...? * No profit. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/119#issuecomment-113922745
Received on Sunday, 21 June 2015 16:25:09 UTC