[Bug 24998] What is the origin of a blob: URL?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24998

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
data: URLs have a defined origin: http://tools.ietf.org/html/rfc6454#section-4

I don't really mind what the origin of blob: URLs is, but if it's not the usual
origin, we should define it. Right now the spec says it should have a special
origin, but doesn't say what it is.

Note that I'm not talking about the origin of resources generated from blob:
URLs, I'm talking about the origin of the blob: URLs themselves.

(If we define blob: URLs as having the same origin as their resource, though,
it would make certain things work really well. For example, it would mean
workers automatically supported blob: URLs.)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 11 March 2014 16:53:53 UTC