mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
332addc285
A web page could generate an URL by URl.createObjectURL(new Blob(...)); then navigate to this generated URL. In this case the (top-level) document URI will be blob:{origin}:{uuid}. And we try to add firstPartyDomain on this top-level document with blob URI, so the following request from this document could have correct origin attributes.