Closed
Bug 1501003
Opened 6 years ago
Closed 6 years ago
Blob URLs and data proactively sent to content processes
Categories
(Core :: DOM: File, enhancement, P2)
Core
DOM: File
Tracking
()
RESOLVED
DUPLICATE
of bug 1472158
People
(Reporter: tjr, Unassigned)
Details
PContent::InitBlobURLs(BlobURLRegistrationData[] registrations) appears to send Blob Information to all content processes when they start up. This seems like it's going to cause proactive cross-origin leaks.
:baku could you confirm or clarify what's going on here and if we need to fix it?
Flags: needinfo?(amarchesini)
Comment 1•6 years ago
|
||
When fission will be a thing, yes. At the moment, content processes need to have blobURLs before any possible loading.
Flags: needinfo?(amarchesini)
Updated•6 years ago
|
Component: DOM → DOM: File
Priority: -- → P3
Comment 2•6 years ago
|
||
Perhaps I was overzealous at marking this P3 when it should probably be P2 :)
Priority: P3 → P2
Comment 3•6 years ago
|
||
This bug is a dup of 1472158.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•