Open
Bug 1817050
Opened 10 months ago
Updated 5 months ago
HTTP override shouldn't change request location
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
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•10 months ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•