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

Opening a link from an external application is not in the private mode even when the currently selected tab is private #189

Closed belaviyo closed 9 years ago

belaviyo commented 9 years ago

"Private Tab" used to open a new tab (sent from an external application) in the private mode when the currently active tab was in the private mode. But in FF 40 & 41, this is not working anymore. If I click on a link from for instance my Thunderbird, the link is opened in the normal mode, not private mode anymore.

Infocatcher commented 9 years ago

This is expected behavior and was fixed in recent update: #184 You should set extensions.privateTab.allowOpenExternalLinksInPrivateTabs = true in about:config.

belaviyo commented 9 years ago

Thanks