Infocatcher / Private_Tab

Adds private tabs, restartless extension for Firefox (20.0+) and SeaMonkey (2.17+)
https://addons.mozilla.org/addon/private-tab/
Other
86 stars 20 forks source link

Private protocol doesn't work in Firefox 20 and 21 #150

Closed Infocatcher closed 10 years ago

Infocatcher commented 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