Skip to content
New issue

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

Protocol private: #247

Closed
niceboy76 opened this issue Feb 20, 2017 · 2 comments
Closed

Protocol private: #247

niceboy76 opened this issue Feb 20, 2017 · 2 comments

Comments

@niceboy76
Copy link

With Palemoon 26.5, the protocol private: was ok. Now I have updated to 27.1 and this protocol isn't recognized.

Error description in page :

Malformed URI: https://addons.mozilla.org/
Usage example: private:https://addons.mozilla.org/

Thanks in advance for your answer.

Best Regards.

Nice B

@JustOff
Copy link

JustOff commented Feb 20, 2017

This is likely because newChannelFromURIWithLoadInfo which is already exist in FF37+ throws an error if second argument (aLoadInfo) is null and FF<44.

Infocatcher added a commit that referenced this issue Feb 20, 2017
* toggle using duplication: try restore URL bar (#237)
* fixed private protocol in Firefox 37-43 (#247)
@Infocatcher
Copy link
Owner

Infocatcher commented Feb 20, 2017

That is, this was caused by fix for nsIIOService.newChannelFromURI() deprecation: #215.
Now should be fixed: 5df97c5

Also thanks to @JustOff!

Test version: private_tab-0.2.1.3pre-fx-sm.xpi (source code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants