-
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
Page reload after private tab toggling #245
Comments
See #237. |
I had deleted my comment because a mistake made me lose the page ... Private Tab v.0.2.1.2 (2017-01-27) / Firefox 51.0.1 64-BIT / Win7 64-BIT What I had in mind was this:
If I make that button with first code PT toggles without page reload, if I use the second code, page reloads when PT toggling (same as tab menu item). I've tried to switch extensions.privateTab.toggleTabPrivateAutoReload to false, but page always reloads. Page reload can be bothering when a site reinitiates the query when page reloaded, i.e searX search engine. if I toggle from tab menu, or ctrl-alt+T or Custom Button with script 2 then searX sends me to the home page. If I toggle with Custom Button fit with privateTab.toggleTabPrivate(gBrowser.selectedTab); then the toggle does not reload the page ... that's all I wanted to express. Reading your comment leads me to believe I'd better opt for code2 in the Custom Buttons extension ... Thanks. |
I forgot to mention the exact context where I manage to toggle a page without that page being reloaded:
At this time toggling Private Tab with this button works correctly without the page being reloaded. As I understand it this scheme wouldn't be valid starting Firefox 52 ... |
Before Private Tab 0.2.1 and Firefox 51 "Private Tab" checkbox in tab context menu have used In Firefox 52+ to prevent possible crashes (and yes, this is strange practice) was forbidden (from Firefox side) calls like
Yes. :( Everything should be rewritten from scratch. And only if will be implemented API from Firefox side. |
This is a privacy lapse to my mind- if I toggle privacy off, I'm expecting any pages I visit moving forward to appear in my history. But now the current page will be added to history also, which is contrary to the previous behaviour (and no warning was given about the change). So this use case is no longer possible: I want to open a link which must be clicked on a given page (referrer header is checked) but I don't want the referring page saved to history. |
No description provided.
The text was updated successfully, but these errors were encountered: