Open
Bug 1572206
Opened 5 years ago
Updated 2 years ago
Redirect support for protocols API
Categories
(WebExtensions :: Experiments, enhancement, P3)
WebExtensions
Experiments
Tracking
(Not tracked)
NEW
People
(Reporter: irakli, Unassigned)
References
(Blocks 1 open bug)
Details
Turns out we could do async redirects that should allow use to address https://github.com/mozilla/libdweb/issues/34 and redirect requests from entered URLs to a more appropriate URLs. Specifically it seems that channel could invoke asyncOnChannelRedirect
on corresponding nsIChannelEventSink
.
This is a followup improvement for https://bugzilla.mozilla.org/show_bug.cgi?id=1271553
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Blocks: libdweb-protocol
Updated•5 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•