Closed
Bug 1344575
Opened 8 years ago
Closed 5 years ago
DocumentURL in WebRequests.details is empty for data scheme
Categories
(WebExtensions :: Request Handling, defect, P3)
WebExtensions
Request Handling
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: fdsc, Unassigned)
References
Details
(Whiteboard: triaged)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170125094131
Steps to reproduce:
browser.webRequest.on*.addListener
details in handler contain documentURL
Actual results:
documentURL for "data:" scheme is undefined
Expected results:
documentURL must refer to documentURL
Blocks: webextensions-additional-apis
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: triaged
Updated•6 years ago
|
Product: Toolkit → WebExtensions
Comment 1•5 years ago
|
||
This was resolved by the first patch of bug 1407056.
You need to log in
before you can comment on or make changes to this bug.
Description
•