[Bug 23946] Lift the ban on query parts in “blob:” URIs

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

--- Comment #5 from Boris Zbarsky <bzbarsky@mit.edu> ---
> What bugs me most here is the difference to the data: URI scheme 

data: doesn't support a query section.  Simple testcase:

  data:text/html,<script>alert(location.search)</script>aaa?bbb

Shows "aaa?bbb" as the text in browsers and alerts empty string.

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

Received on Monday, 2 December 2013 12:30:48 UTC