Open
Bug 1353683
Opened 8 years ago
Updated 2 years ago
consider calling SetBlockedRequest in nsCORSListenerProxy::UpdateChannel
Categories
(Core :: DOM: Security, enhancement, P3)
Core
DOM: Security
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: allstars.chh, Unassigned)
References
Details
(Whiteboard: [domsecurity-backlog1])
see https://bugzilla.mozilla.org/show_bug.cgi?id=1267075#c35 from bz
">@@ -915,23 +917,51 @@ nsCORSListenerProxy::UpdateChannel(nsIChannel* aChannel,
This _definitely_ runs async (e.g. on redirects) and will completely confuse the logic we have, which assumes that the call happens sync under LoadImage. Like the worker case, please don't do this except maybe in a followup that completely redesigns how this works."
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•