Duplicated CSP blocked request
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(firefox79 verified)
Tracking | Status | |
---|---|---|
firefox79 | --- | verified |
People
(Reporter: Honza, Assigned: Honza)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR:
- Load http://janodvarko.cz/tests/network/csp/example1/
- Open DevTools and select the Network panel
- Reload the page
- There are two
index.js
blocked requests -> BUG
ER: There should be just one.
Honza
Comment 1•5 years ago
|
||
:Honza, if you think that's a regression, then could you try to find a regression range in using for example mozregression?
Assignee | ||
Comment 2•5 years ago
|
||
@mayhemer: it looks like the the platform is creating two channels (with different channel IDs) for the one (blocked) requests.
Can you reproduce the issue?
Honza
![]() |
||
Comment 3•5 years ago
|
||
One is a speculative load (at prescan) and the other is an actual load (at DOM tree building). Redirecting to DOM. This is a known issue, though.
Assignee | ||
Comment 4•5 years ago
|
||
@mayhemer: Thanks for the update.
I am also increasing priority for this.
Assignee | ||
Comment 5•5 years ago
|
||
I could figure the patch out thanks to help from @ckerschbaumer
Honza
Assignee | ||
Comment 6•5 years ago
|
||
Comment 8•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Reproduced the issue using Firefox 79.0a1 (20200619215130) on Windows 10x64.
The issue is verified fixed with Firefox 79.0 (20200720193547) on Windows 10x64, macOS 10.12 and Ubuntu 18.04.
Description
•