зеркало из https://github.com/mozilla/gecko-dev.git
94d1d69dc1
For font-face https://drafts.csswg.org/css-fonts-3/#font-fetching-requirements /* data url's with no redirects are treated as same origin */ src: url("data:application/font-woff;base64,..."); For image https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data Step 12 ⌛ Fetch request. Let this instance of the fetching algorithm be associated with image request. This will go to Fetch spec then. For <link rel="stylesheet" href="data:text/css" ...> https://html.spec.whatwg.org/multipage/semantics.html#obtaining-a-resource-from-a-link-element Step 10 Fetch request. This will also go to Fetch spec then. [Fetch] specification, https://fetch.spec.whatwg.org/#main-fetch, step 12, request’s current url’s scheme is "data" 1. Set request’s response tainting to "basic". And from https://html.spec.whatwg.org/multipage/urls-and-fetching.html#terminology-3 A response whose type is "basic", "cors", or "default" is CORS-same-origin. For subresource loading using data: URI, it should be treated as same origin. |
||
---|---|---|
.. | ||
DataChannelChild.cpp | ||
DataChannelChild.h | ||
DataChannelParent.cpp | ||
DataChannelParent.h | ||
moz.build | ||
nsDataChannel.cpp | ||
nsDataChannel.h | ||
nsDataHandler.cpp | ||
nsDataHandler.h | ||
nsDataModule.cpp |