Closed
Bug 1817050
Opened 2 years ago
Closed 4 months ago
HTTP override shouldn't change request location
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1904870
People
(Reporter: ochameau, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Patch in bug 1704690 is going to allow overriding HTTP request content with the content of local files.
But at least for HTML pages, there is a sideeffect where the page location will change to become a data: URI. This will most likely prevent using this feature for any HTML page as it will change the principal and all storage APIs.
Ideally, HTTP request override should be invisible.
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 2•4 months ago
|
||
Fixed via Bug 1904870
You need to log in
before you can comment on or make changes to this bug.
Description
•