Closed Infocatcher closed 10 years ago
Redirect part works, but creates non-private nsIChannel. And seems like this never worked... asyncOpen() (and open()) methods of our wrapper isn't called: https://github.com/Infocatcher/Private_Tab/blob/0.1.7.2/protocol.js#L75-L89
asyncOpen()
open()
Redirect part works, but creates non-private nsIChannel. And seems like this never worked...
asyncOpen()
(andopen()
) methods of our wrapper isn't called: https://github.com/Infocatcher/Private_Tab/blob/0.1.7.2/protocol.js#L75-L89