-
Notifications
You must be signed in to change notification settings - Fork 20
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
Known Issue: Inherit PBM #41
Comments
Unfortunately I don't see easy to implement (and maintain) alternative. And useful trick with current behavior: you can make current tab private to open link from external application in private tab. :) |
About inheritance. What to do for something like onclick="window.open('...')" on pages? It's easy to disable inheritance, but some links may be opened in new tabs without user request. |
Private_Tab gives the user the ability to choose to open a tab in a private session, but it is in the context of the link they are trying to open. If the user wants the "next" tab to ALSO open in a private session, then they would click "open link in new private tab" again. In the case of onclick="window.open(...)" or target="_blank", I do not have a good answer. Maybe the user should still have to click "open link in new private tab" again? I understand the reasoning for your current implementation. I may be trying to shoehorn your API into my use-case, and it just doesn't match up as well as I had hoped it would. |
@kainsavage I can see the benefit to both sides but, as an end user, I never bother with the context menu and just use middle-click to open new tabs. I expect middle-clicking and Among other reasons:
I'd be perfectly fine with HistoryBlock turning on Private Browsing for tabs but not turning it off again. It means that I don't forget to turn it on but, if I forget to turn it off, whatever site I visit next is isolated from my "Remember Me" cookies. Basically, I see it as a way to maximize the chance of mistakes exhibiting failsafe behaviour. |
As a User I'm very much happy with the current behavior of subsequent tabs ( on middle click ) also being private Tabs because if we do a google search in a private tab we definitely want to open the individual results also in private mode with middle click [ rather than right click open as new private tab ] . @ssokolow as he mentioned it will also maximize the chance of failsafe behaviour . |
I know that the readme has this listed as a known error, but will the be addressed at some point? It seems very odd that opening another tab from a PBM tab continues the context.
As an example, I will have marked Reddit.com as a private browsing mode tab, then I open a link from that tab in a new tab. I'm on the fence with this one; I've gone to an entirely different domain potentially, so maybe it shouldn't be private. On the other hand, I can see the reasoning behind it being in PBM, so maybe this makes sense.
However, opening a bookmark in a new tab while my reddit.com tab is open an escalated to PBM makes no sense to me at all.
Personally, I think it would make the most sense to have only that tab in PBM as the context is "Private Tab", not "Private Tab... and all subsequent tabs."
The text was updated successfully, but these errors were encountered: