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

Protocol private: #247

Closed niceboy76 closed 7 years ago

niceboy76 commented 7 years ago

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 commented 7 years ago

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

Infocatcher commented 7 years ago

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

Also thanks to @JustOff!

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