We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
Simplify wrapper for nsIChannel + make channel private only once
d6b985d
(preparation for #150)
Make channel private after small delay
55e46e2
(but only if our wrapped asyncOpen()/open() wasn't called) (workaround for #150)
Update changelog: #150
aa52ad1
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: