Open myrdd opened 6 years ago
I agree that it is low priority for the moment. For the future implementation, some ways to go:
browser.webRequest.onBeforeRequest
and returning {cancel: true}
). IMHO that maybe the best way as the native devtool/network panel has the same features as RPC's one. We also need basic feedbacks from Firefox of what extensions have modified in the requests
i do not yet know how to port the RequestLog to WE. IMHO the Request Log has a low priority, so I don't see any problem in shipping the first WE version without a request log. A html based request log can be added later. Maybe uBlock's request log (or however it's called) can be (re-)used then. :)