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

On Mon, Jul 20, 2015 at 6:02 AM, Mike West <mkwst@google.com> wrote:
> The case I'm interested in is a secure document which executes
> `fetch([insecure URL goes here])`. Does the current language block it? I
> believe it does, as the request's `window` will be either `client` or
> `no-window`? Is that how you intended the `window` property to work?

I see, I didn't mean to block that. But if you want to block that, you
could: "If request's client is request's window, return *blocked*."


-- 
https://annevankesteren.nl/

Received on Monday, 20 July 2015 13:08:31 UTC