Showing questions tagged: Show all questions

Why was Firefox View taken away in Private Browsing mode?

I thought that in Private browsing mode, using Tools > Settings > Privacy & Security > Clear Data > Clear > Clear Now cleaned out everything in mid-ses… (read more)

I thought that in Private browsing mode, using Tools > Settings > Privacy & Security > Clear Data > Clear > Clear Now cleaned out everything in mid-session. It turns out that's not true, for example, using Firefox View I found that the list of Recently closed tabs in three-bar menu > History > Recently closed tabs was NOT cleared. The only way to see that was with Firefox View, which you could then use to delete items from the list.

With the new version of Firefox (119.0) Firefox View has been removed from Private browsing mode entirely. Thus not only is it impossible to see if the recently closed tabs list has been cleared, but it's impossible to clear the list even if you could see it. That leaves the only way to be (fairly) sure things are cleared out during a Private browsing session is to close the browser entirely, which is an annoying pain.

Why was that feature removed? How can I tell if the recently closed tabs have been cleared without it?

Thanks.

Asked by Blarg 6 months ago

Last reply by cor-el 6 months ago

Donate to thunderbird

I attempt to donate with paypal - the attempt (after paypal has accepted the amount) demands my name, address and email etc. It is NOT the info requested by paypal. I do … (read more)

I attempt to donate with paypal - the attempt (after paypal has accepted the amount) demands my name, address and email etc. It is NOT the info requested by paypal. I do not wish to share that info with others I don't know. If you want a donation, just accept the info you get with the paypal response your site automatically gets.

Asked by JG 5 months ago

Last reply by floatysarah 4 months ago

unable to reach bank

When I try to go on my bank's online site, I get this message. Did Not Connect: Potential Security Issue Firefox detected a potential security threat and did not contin… (read more)

When I try to go on my bank's online site, I get this message. Did Not Connect: Potential Security Issue

Firefox detected a potential security threat and did not continue to onlinebanking.northwest.bank because this website requires a secure connection.

What can you do about it?

onlinebanking.northwest.bank has a security policy called HTTP Strict Transport Security (HSTS), which means that Firefox can only connect to it securely. You can’t add an exception to visit this site.

The issue is most likely with the website, and there is nothing you can do to resolve it. You can notify the website’s administrator about the problem.

Learn more…

Asked by wbkennedy4 5 months ago

Last reply by cor-el 5 months ago

I have a zombie reddit.com cookie that always comes back within seconds even though I blocked it

I've had this for a few months now and it's driving me crazy. I have blocked reddit.com, http://www.reddit.com, https://www.reddit.com, I delete the cookies, it keeps … (read more)

I've had this for a few months now and it's driving me crazy.

I have blocked reddit.com, http://www.reddit.com, https://www.reddit.com, I delete the cookies, it keeps coming back. So I finally deleted every trace of Firefox off my computer, deleting the library files, everything. I download a brand new copy of Firefox, start it up and within seconds have a reddit.com cookie. There are no reddit pages open, no tabs, no nothing.

Also, I keep reading that you can right-click or control-click on a cookie to inspect it but that does not work for me on FF 115.4. I cannot find any way to look at the cookie code in Firefox.

I'm on the verge of just giving up on Firefox at this point. Any help would be greatly appreciated.

Asked by Mescalito 5 months ago

Last reply by zeroknight 5 months ago

A Secure Connection Failed error

I receive the following message when going to nba.com (just nba.com, no videos, etc) "A Secure Connection Failed error page will include a description of the error and a… (read more)

I receive the following message when going to nba.com (just nba.com, no videos, etc)

"A Secure Connection Failed error page will include a description of the error and a Try Again button. There is no option to add a security exception to bypass this type of error."

This (There is no option) means that I have to quit using Firefox?

Asked by stefan.bogner 5 months ago

Last reply by zeroknight 5 months ago

Cloaked messages

A hacker has messed with Thunderbird. To cover his tracks he has cloaked the contents of some folders, perhaps using threads. There are !messages but they are invisi… (read more)

A hacker has messed with Thunderbird. To cover his tracks he has cloaked the contents of some folders, perhaps using threads. There are !messages but they are invisible. Any ideas?

Asked by Wilhelm Moggeridge 5 months ago

Last reply by Wayne Mery 5 months ago

OAuth2 access to gmail fails in Thunderbird

I have been successfully using Thunderbird (TB) with gmail for years, including via OAuth2 after gmail started requiring it. However, recently one of my gmail accounts … (read more)

I have been successfully using Thunderbird (TB) with gmail for years, including via OAuth2 after gmail started requiring it. However, recently one of my gmail accounts stopped working. This seems to have happened when gmail incorrectly thought that I was attempting access from a new client or a new computer and required that OAuth2 authorization be re-established. Now any attempt to access the account from Thunderbird (receiving or sending mail) results in the OAuth2 pop-up window requesting that I allow Thunderbird to access my gmail account. I select "allow", the pop-up closes, and Thunderbird shows "Host contacted, sending login information..." but it never succeeds. After about 2 minutes, it times out with no further message. I have a second gmail account configured in the same instance of Thunderbird, and it continues to work without difficulty; for that account, gmail has not required that OAuth2 authorization be re-established. I am running TB 114.4.1 on Windows 10. I have ensured that cookies are enabled in TB and local storage of passwords in TB is disabled. In my Google account (the one that does not work in TB), I see that access for Thunderbird has been enabled.

I have tried many things, including moving my TB profile to a different folder and uninstalling/installing TB cleanly (no pre-existing profile). Attempting to set up the gmail account in the new installation fails in the same way, when trying to get OAuth2 authorization. Attempting to set up the other gmail account, which was previously working, now also fails. By moving my old profile back to its normal location and re-installing TB, I can get back to where I was (one gmail account works, the other fails).

I have access to another computer, belonging to a friend, also running Windows 10 and having TB installed. In that instance of TB, I tried creating an account tied to the gmail account that is not working in my computer. There I was able to set up OAuth2 access successfully. That TB installation is old, running version 91.7.0. I tried installing TB 91.7.0 on my computer, but there the OAuth2 authorization process still fails.

I have read RFC 6749, which describes how OAuth2 works. It says:

  "The abstract OAuth 2.0 flow illustrated in Figure 1 describes the
  interaction between the four roles and includes the following steps:
  (A)  The client requests authorization from the resource owner.  The
       authorization request can be made directly to the resource owner
       (as shown), or preferably indirectly via the authorization
       server as an intermediary.
  (B)  The client receives an authorization grant, which is a
       credential representing the resource owner's authorization,
       expressed using one of four grant types defined in this
       specification or using an extension grant type.  The
       authorization grant type depends on the method used by the
       client to request authorization and the types supported by the
       authorization server.
  (C)  The client requests an access token by authenticating with the
       authorization server and presenting the authorization grant.
  (D)  The authorization server authenticates the client and validates
       the authorization grant, and if valid, issues an access token.
  (E)  The client requests the protected resource from the resource
       server and authenticates by presenting the access token.
  (F)  The resource server validates the access token, and if valid,
       serves the request."

Apparently the failure is occurring at step (C) or (D). Either TB fails to request the token correctly, or the authorization server fails to issue the token. Step (B) succeeds; the pop-up requests my username and password, and those are accepted; if I intentionally type the wrong password, it fails.

I still have access to my mail in the problematic gmail account using gmail's web client, but I really need access via a client on my own computer, preferably TB, so that I can store messages locally and sort/access them in more flexible ways.

Please help. I've been struggling with this for many weeks, and I've spent countless hours trying to fix it.

--Larry

Asked by larry9850 5 months ago

Last reply by christ1 5 months ago