Showing questions tagged:

Unable to add icon bookmark to new tab page

Hi, Lately I haven't been able to add a bookmark icon on my 4-row new tab page. There's still to empty spots I would like to fill but can't find the usual + button. Thank… (read more)

Hi, Lately I haven't been able to add a bookmark icon on my 4-row new tab page. There's still to empty spots I would like to fill but can't find the usual + button. Thanks for the help

Open

AFter Firefox update to 150.0 (aarch64) - web images distorted

Since updating to the new Firefox 150.0 (aarch64) - two of our client's websites are having issues with too big/distorted logos (png files). Sites are A-OK in Sarfari and… (read more)

Since updating to the new Firefox 150.0 (aarch64) - two of our client's websites are having issues with too big/distorted logos (png files).

Sites are A-OK in Sarfari and Chrome.

solarisiaq.com

Remade the images and re-uploaded (thinking the files were corrupt). Did not fix the situation. Cleared every cache available (object, builder, browser, hosting).

Could there be an issues with the browser?

Christy Griffith, Imagesetters

Open 27

Can't login to my costco account

This is the message I get when trying to login to my Costco account: Application error: a client-side exception has occurred (see the browser console for more information… (read more)

This is the message I get when trying to login to my Costco account: Application error: a client-side exception has occurred (see the browser console for more information).

Open 45

Firefox stopped displaying check box results & entries on some websites on my Macbook

Running on a Macbook with Tahoe OS. Certain websites will not display my responses to a checkmark box. Certain websites will not permit changing a checkbox default settin… (read more)

Running on a Macbook with Tahoe OS. Certain websites will not display my responses to a checkmark box. Certain websites will not permit changing a checkbox default setting. Specific example: https://cards.barclaycardus.com/ has a checkbox with remember user name defaulted to a check. Attempts to click to remove the check do not work. Also, on certain websites when entering login information that is incorrect, the message indicating to correct the item(s) in red or highlighted does not display the incorrect items in a highlighted condition. In fact at the bottom of this page, the response box labeled Email me when someone answers the thread does not display a response when I click on it, even though the "response" is accepted.

Open 36

I'd like boxes around my tabs

I want a toolbar with boxes surrounding each new tab. I need to find the right extension to do this. A different color for each box would be good too. When I add new one… (read more)

I want a toolbar with boxes surrounding each new tab. I need to find the right extension to do this. A different color for each box would be good too. When I add new ones they all run togethrr and only show in a box when highlighted. I used to have boxes separating them all... I play a game where I have about thirty open and boxes make them easier to see...

Open 45

I just started using VPN. I tried to contact BBC Sounds (www.bbc.co.uk/Sounds) and the website did not recognise my location as UK

I used the UK location to access BBC Sounds but it advised that I was out of the area (UK). I note that the URL becomes https://www.bbc.com/audio (the international alter… (read more)

I used the UK location to access BBC Sounds but it advised that I was out of the area (UK). I note that the URL becomes https://www.bbc.com/audio (the international alternative) in stead of https://www.bbc.com/Sounds (the domestic alternative). This prevents me from accessing the radio channels that I am seeking, namely Radios 3, 4 and 4Xtra and iPlayer.

Open

Empty tabs (about:newtab) are removed from tab groups when the groups are saved and closed. Bug or feature?

Not sure if it's a feature or a bug, but I noticed that if I 'save and close' a tab group containing an 'empty' tab, i.e. the about:newtab page, the tab does not get rest… (read more)

Not sure if it's a feature or a bug, but I noticed that if I 'save and close' a tab group containing an 'empty' tab, i.e. the about:newtab page, the tab does not get restored when the group is opened again. Before I was using tab groups, I often used these empty tabs as a crude method of separating bunches of tabs from each other. I have some large tab groups, open on the tab bar, that still contain these, as I have never closed them since they were created. (They're just collapsed.) I was planning on closing them sometime, after I'd next reviewed their contents, but now I'm not too keen on that! So, just wondering, is this empty tab deletion a bug or a feature? If the latter, what's the rationale?

Open

Problem with self signed ssl certificute

I have a local Rocky Linux server running a nginx web server. I am using a Macos laptop. I am trying to install a self signed ssl certificate using openssl on my web se… (read more)

I have a local Rocky Linux server running a nginx web server. I am using a Macos laptop. I am trying to install a self signed ssl certificate using openssl on my web server.. The certificate I generated works with Safari but not with Firefox. I have copied the certificate to both Safari and Firefox for local use. Privacy and Security, Manage Certificates, Your Certificates. Firefox complains that that my TLS is tls 1.1, when I am using tls 1.3:

An error occured during connection to tls-v1-1.badssl.com:1011. Peer using unsupported version of security protocol.

My test on my server shows:

sudo curl -v https://caprock.home

Connected to caprock.home (192.168.2.44) port 443 (#0)

  • ALPN, offering h2
  • ALPN, offering http/1.1
  • CAfile: /etc/pki/tls/certs/ca-bundle.crt
  • TLSv1.0 (OUT), TLS header, Certificate Status (22):
  • TLSv1.3 (OUT), TLS handshake, Client hello (1):
  • TLSv1.2 (IN), TLS header, Certificate Status (22):
  • TLSv1.3 (IN), TLS handshake, Server hello (2):
  • TLSv1.2 (IN), TLS header, Finished (20):
  • TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
  • TLSv1.2 (IN), TLS header, Unknown (23):
  • TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
  • TLSv1.2 (IN), TLS header, Unknown (23):
  • TLSv1.3 (IN), TLS handshake, Certificate (11):
  • TLSv1.2 (IN), TLS header, Unknown (23):
  • TLSv1.3 (IN), TLS handshake, CERT verify (15):
  • TLSv1.2 (IN), TLS header, Unknown (23):
  • TLSv1.3 (IN), TLS handshake, Finished (20):
  • TLSv1.2 (OUT), TLS header, Finished (20):
  • TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
  • TLSv1.2 (OUT), TLS header, Unknown (23):
  • TLSv1.3 (OUT), TLS handshake, Finished (20):
  • SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
  • ALPN, server accepted to use http/1.1
  • Server certificate:
  • subject: C=US; ST=Colorado; O=Caprock Development; OU=Caprock Development Home Base; CN=caprock.home; emailAddress=mike@white-home.com
  • start date: Aug 12 19:26:04 2025 GMT
  • expire date: Nov 13 19:26:04 2032 GMT
  • common name: caprock.home (matched)
  • issuer: C=US; ST=Colorado; L=Canon City; O=Caprock Development; OU=Caprock Development Home Base; CN=caprock.home; emailAddress=mike@white-home.com
  • SSL certificate verify ok.
  • TLSv1.2 (OUT), TLS header, Unknown (23):

> GET / HTTP/1.1 > Host: caprock.home > User-Agent: curl/7.76.1 > Accept: */* >

  • TLSv1.2 (IN), TLS header, Unknown (23):
  • TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  • TLSv1.2 (IN), TLS header, Unknown (23):
  • TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  • old SSL session ID is stale, removing
  • TLSv1.2 (IN), TLS header, Unknown (23):
  • Mark bundle as not supporting multiuse

< HTTP/1.1 200 OK < Server: nginx/1.20.1 < Date: Tue, 28 Apr 2026 13:17:26 GMT < Content-Type: text/html; charset=UTF-8 < Transfer-Encoding: chunked < Connection: keep-alive < X-Powered-By: PHP/8.3.30 <

Caprock.home

  • Connection #0 to host caprock.home left intact

Furthermore I can't seem to delete the certificate from Firefox and re add it?

Open 54

Credit card authorisation failing with Autofill

All my attempts to pay online with 2 out of my 3 cards have failed in the last 2 weeks. The Mastercard says it has connected to my bank and I'll get an SMS - but the SMS … (read more)

All my attempts to pay online with 2 out of my 3 cards have failed in the last 2 weeks. The Mastercard says it has connected to my bank and I'll get an SMS - but the SMS never arrives, and when I phoned my bank, they said they had no authorisation attempts reach them at all! The Visa card simply says it failed at the first step, without saying why or serving up the usual security dialogue. (The other Visa card just works).

I suspect the Autofill may be the problem here. I've recently had other scenarios where FF filled in a field for me, but the Javascript behind the website refused to accept it, eg saying it wasn't a valid phone no when it clearly was. The only way to get round this seems to be to type in the complete value yourself, which rather defeats the object. It could be something else, but it's clearly dependent on which software's running behind the card, as the third card succeeds.

Open 18

Why is clear cookies and site data grayed out for some websites

When clicking on the shield for some sites the clear cookies and site data is grayed out. Any one know why this is happening? I can still do this for an individual site b… (read more)

When clicking on the shield for some sites the clear cookies and site data is grayed out. Any one know why this is happening?

I can still do this for an individual site by going through the Setttings->Privacy and security->Manage browsing data

-louie

Open

How to log out of the AI account in the sidebar and then sign in with a different email

I set up Claude to use as my AI assistant in the Firefox sidebar. But, I made a mistake and signed in with my personal email and not my work email (which is attached to a… (read more)

I set up Claude to use as my AI assistant in the Firefox sidebar. But, I made a mistake and signed in with my personal email and not my work email (which is attached to a paid Claude account). I cannot find an option to sign out of Claude and then sign back in with a different account. How is this to be done?

Open 18

Bookmarks disappeared after force quitting applications and restarting my computer

My Macbook wasn't responding, so I restarted it and force quit all applications. When I opened Firefox again, none of my bookmarks showed on my bookmarks bar. The bar its… (read more)

My Macbook wasn't responding, so I restarted it and force quit all applications. When I opened Firefox again, none of my bookmarks showed on my bookmarks bar. The bar itself is not hidden. I checked to make sure I have the same profile I always use open and I do. I also tried to go into Bookmarks, Manage Bookmarks, Import, but nothing is available to import.

Open 22