- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Tue, 26 Feb 2013 11:35:35 +0000
- To: WHATWG <whatwg@whatwg.org>
There's an unfortunate mismatch currently. new XMLHttpRequest({anon:true}) will generate a request where a) origin is a globally unique identifier b) referrer source is the URL about:blank, and c) credentials are omitted. From those crossorigin="anonymous" only does c. Can we still change crossorigin="anonymous" to match the anonymous flag semantics of XMLHttpRequest or is it too late? -- http://annevankesteren.nl/
Received on Tuesday, 26 February 2013 11:36:06 UTC