Re: CfC: Mixed Content to PR; deadline July 6th.

On Tue, Jul 28, 2015 at 7:24 PM, Brian Smith <brian@briansmith.org> wrote:
> In particular, it is unclear to me what prevents a service worker from
> returning a response retrieved over http:// in response to an https://
> request.

That would be Mixed Content (and I suppose it won't always disallow that).


> Is that specified in the service workers spec, the fetch spec, or
> this spec? Where in which spec?

In general security checks for requests and responses are in Fetch,
which calls out to various algorithms in CSP (yet to be written),
HSTS, Mixed Content, Referrer Policy, Integrity, ...


-- 
https://annevankesteren.nl/

Received on Tuesday, 28 July 2015 17:37:13 UTC