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

On Mon, Jul 20, 2015 at 2:57 PM, Anne van Kesteren <annevk@annevk.nl> wrote:

> > Would you suggest allowing documents to `fetch()` things as well?
>
> I'm not sure what you're saying here. Yes?


I think what I was saying here was "Hey, Anne. I can't read. Can you please
read things to me?" :)

https://github.com/w3c/webappsec/commit/e577d4d5746bd33248a7dd4dbe0db515c16f20fb#diff-797d64e19b34e971e000935ac95e9255
is a stab at the limitations that seem like they address the concerns here.
WDYT?

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?

-mike

Received on Monday, 20 July 2015 13:03:17 UTC