Add-ons not working on Tbird 128.4.3esr since upgrading to MacOS 15.1.1

I've updated my MacBook from MacOS 14 to 15.1.1 and it seems various add-ons are not working in Thunderbird including CardBook and Mail Merge. Others like XNote++ and Sen… (மேலும் படிக்க)

I've updated my MacBook from MacOS 14 to 15.1.1 and it seems various add-ons are not working in Thunderbird including CardBook and Mail Merge. Others like XNote++ and Send Later do seem to be working. I've checked for updates to the add-ons. I'll get in touch with their developers as well. Has anyone else experienced this?

Asked by theo24 7 நிமிடங்கள் முன்பு

Connection speed

hello I use FF 132.0.2 (64- Bit) and Proton VPN version 3.4.3. since one of the latest updates of FF the connection to the WEB is terrible slow. I tried the Troubleshooti… (மேலும் படிக்க)

hello I use FF 132.0.2 (64- Bit) and Proton VPN version 3.4.3. since one of the latest updates of FF the connection to the WEB is terrible slow. I tried the Troubleshooting mode and the reset of FF, there is no improvement. Other browers do not have this problem and without running VPN the speed of FF is as it should be. thanks and sorry for my German Englisch HI

Asked by HI-ebe 35 நிமிடங்கள் முன்பு

Page visually blocked

When navigating to msn.com/en-us, and about 5S after the page loads, the majority of the page is covered with an ad. This only happens when using an ExpressVPN Santa Moni… (மேலும் படிக்க)

When navigating to msn.com/en-us, and about 5S after the page loads, the majority of the page is covered with an ad. This only happens when using an ExpressVPN Santa Monica connection (most reliable and fastest).

If I use another VPN server location the problem is not present. Additional information: - Location: Dongguan, China - Using Google Chrome does not cause a problem. - ExpressVPN have no solution or explanation at this time. The VPN app is set to block ads but this does not help - If I connect using Surfshark there is no problem. - OS is WIN10 64-bit fully updated. - Equipment is an Asus notebook. - This issue has only appeared on or about 5 Nov which is around the time Firefox updated. - I have updated manually but no luck.

I have attached a before and after shot.

Any suggestions will be much appreciated.

Asked by howard_oldham 7 மணி நேரத்திற்கு முன்பு

samsung flow-android projection to pc-freezes Firefoxs

How can one avoid this freezing of Firefox when protecting from Android to laptop pc via Samsung flow? (samsung flow: android projection to pc; freezes firefox) … (மேலும் படிக்க)

How can one avoid this freezing of Firefox when protecting from Android to laptop pc via Samsung flow?

(samsung flow: android projection to pc; freezes firefox)

Asked by Spanish Eyes 8 மணி நேரத்திற்கு முன்பு

First connect w/newsmax.com,2nd,receive attached reply "Secure Connection Failed An error occurred during a connection to www.newsmax.com.The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

get 1 connection to site, go to read other articles get this message. How am I to get rid of this and be able to read articles on newsmax.com? Secure Connection Failed … (மேலும் படிக்க)

get 1 connection to site, go to read other articles get this message. How am I to get rid of this and be able to read articles on newsmax.com? Secure Connection Failed

"An error occurred during a connection to www.newsmax.com."

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Asked by SandraJo 10 மணி நேரத்திற்கு முன்பு

Unable to connect

I get "unable to connect" on links from a google search. I can manually type the url from the link, and it goes to the site. This has started recently, no matter what I … (மேலும் படிக்க)

I get "unable to connect" on links from a google search. I can manually type the url from the link, and it goes to the site.

This has started recently, no matter what I search for.

I deleted data, in settings, re connected my mozilla account, and it's still happening.

Asked by komputec 13 மணி நேரத்திற்கு முன்பு

Last reply by komputec 10 மணி நேரத்திற்கு முன்பு

absurd error messages

I will have to stop using Mozilla after many years - sad. But I am getting links blocked by stupid error messages about security when the sources are well known and prot… (மேலும் படிக்க)

I will have to stop using Mozilla after many years - sad. But I am getting links blocked by stupid error messages about security when the sources are well known and protected. Today it was the Journal of the American Medical Association. I have no time to deal with this nonsense.

Asked by modalities2013 12 மணி நேரத்திற்கு முன்பு

Firefox will not open in android

When I try to open firefox on my android phone, it just closes and gives me an error message which I have attached a screen shot of. I do not know if this is related but… (மேலும் படிக்க)

When I try to open firefox on my android phone, it just closes and gives me an error message which I have attached a screen shot of.

I do not know if this is related but this happened after I scanned a qr code and tried to open it.

I have un-installed and reinstalled the app and turned my phone off then on again after reinstalling but this did not help.

Pls can you help?

Asked by Serena 14 மணி நேரத்திற்கு முன்பு

Bing override

Hi - I have Firefox set as my default browser and Google as my search. It still shows up in my settings as Firefox (default). For some reason, even when I click on the Fi… (மேலும் படிக்க)

Hi - I have Firefox set as my default browser and Google as my search. It still shows up in my settings as Firefox (default). For some reason, even when I click on the Firefox icon, Bing overrides it and takes me to the Bing browser / search page. I have gone through settings a dozen times and cannot figure out how to fix this! Help!

Asked by Amy Johnson 15 மணி நேரத்திற்கு முன்பு

POST Fetch with timeout in URL Loops Requests 10 times

Scenario: I am running a node.js UI that proxies requests to the backend API. When `timeout=10` (or any valid timeout) is located in the request URL, the request will be … (மேலும் படிக்க)

Scenario: I am running a node.js UI that proxies requests to the backend API. When `timeout=10` (or any valid timeout) is located in the request URL, the request will be proxied at the timeout interval ten times. In this example, every ten seconds it will reattempt for ten attempts.

If I run the same code in another browser's console, it is only executed once.

I am suspecting that there is some pre-parsing of the URL that is occurring that is making this happen.

Fetch Command: ``` await fetch("http://localhost:8080/config?timeout=10", {

   "credentials": "omit",
   "headers": {
       "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0",
       "Accept": "application/json",
       "Accept-Language": "en-US,en;q=0.5",
       "Content-Type": "application/json",
       "Sec-Fetch-Dest": "empty",
       "Sec-Fetch-Mode": "cors",
       "Sec-Fetch-Site": "same-origin",
       "Priority": "u=0",

"Timeout": 40

   },
   "referrer": "http://localhost:8080/swagger/index.html?config=/config/swagger",
   "method": "POST",
   "mode": "cors"

}); ```

In the POST API, there is a 30 second sleep, then it raises a 408 error code.

Environment: Firefox 132.0.2 (64-bit) Windows 10

Asked by Gene Burch 15 மணி நேரத்திற்கு முன்பு

Firefox won't connect to any websites

Even after attempting everything in the "Firefox can't load websites but other browsers can" section, my pages (youtube, pinterest, bluesky, etc.) still won't load, Are t… (மேலும் படிக்க)

Even after attempting everything in the "Firefox can't load websites but other browsers can" section, my pages (youtube, pinterest, bluesky, etc.) still won't load, Are there any further fixes I can try? I really don't want to swap back to chrome.

Asked by trigger zappe 1 நாள் முன்பு

Last reply by trigger zappe 16 மணி நேரத்திற்கு முன்பு

Missing software options

I've tried the new thunderbird mobile. Very good indeed. Just two things missing for me. There is no way to add/delete a new folder. Second there is no way to print an em… (மேலும் படிக்க)

I've tried the new thunderbird mobile. Very good indeed. Just two things missing for me. There is no way to add/delete a new folder. Second there is no way to print an email. Let me know when these points might be included.Thanks

Asked by brianmckillop 19 மணி நேரத்திற்கு முன்பு

Want old notification

Hi after update my program went to windows notifications. But i want old email notification because it's sticky at right bottom and showing 5 messages. Thanks

Asked by SwenenzY 20 மணி நேரத்திற்கு முன்பு

Thunderbird stopped working after power fail/restore - looks different - can't get new mail

Running 115.16.3 because I have a Windows 7 Pro computer. Fine for years! Then a series of power failures and system crashes. Now Thunderbird looks very plain - black an… (மேலும் படிக்க)

Running 115.16.3 because I have a Windows 7 Pro computer. Fine for years! Then a series of power failures and system crashes.

Now Thunderbird looks very plain - black and white lines, no 3D blue colors, Delete button is text only, it used to be red. Entire interface looks simple and old.

Checked my outgoing and incoming server settings. They match the settings in Edison+ Email that I use on my phone. Phone is getting new messages, Thunderbird on my desktop is not.

Outgoing mail asks for a password each time, which it did not before. I know the password, but what a pain.

I have hundreds, actually thousands of emails saved in local folders. They are all there, but I am worried if I can migrate them if I move it to a different computer.

My inbox has nearly 300 messages now, and growing rapidly.

HELP!

Asked by JohnGlitsos 21 மணி நேரத்திற்கு முன்பு

Google Meet Screensharing stuns computer

What?: Using screensharing option in Google Meets stuns computer. Where?: Version 132.0.2 (64-bit) macOS 15.1 Steps to reproduce: 1. Open Google Meet meeting. 2. Click Sh… (மேலும் படிக்க)

What?: Using screensharing option in Google Meets stuns computer. Where?: Version 132.0.2 (64-bit) macOS 15.1 Steps to reproduce: 1. Open Google Meet meeting. 2. Click Share screen. 3. Select "Use operating system settings" - this is the only option available 4. Click Allow. Current behaviour: The screensharing feature stuns the computer, showing the loading mouse cursor for ever. I can't select the screen I want to share. The computer is unusable even after quitting Firefox. The computer should be restarted. Desired behaviour: The screensharing works normally.

Asked by ivanovdaniil082 1 வாரத்திற்கு முன்பு

Last reply by ivanovdaniil082 4 நாட்கள் முன்பு

Aktuelle Version Firefox

Hi. From individual banks to which I would like to log in come in Notes "update your browser". At GMX, the process of registration has been working as figuration very ard… (மேலும் படிக்க)

Hi. From individual banks to which I would like to log in come in Notes "update your browser". At GMX, the process of registration has been working as figuration very arduously for several weeks. However, my updates are up to date. I had Windows 8 and expanded a few months ago to currently Windows 10. Does it make sense to delete Firefox once and then reload? However, I do not want to make the whole settings anew. Do you have advice? Thank you.!!!!

Asked by mike-67-er 23 மணி நேரத்திற்கு முன்பு

Thunderbird freezing

Hi I have several different email accounts. All but one are working fine. But my primary account is continuously unresponsive and freezes. This has been going on for … (மேலும் படிக்க)

Hi

I have several different email accounts. All but one are working fine. But my primary account is continuously unresponsive and freezes. This has been going on for several weeks now and today I can't get that account to work at all.

I'm on Windows 11 and have tried re-starting my laptop in Safe Mode but the freezing persists. I've tried turning off Windows Defender - it makes no difference and I don't have any other anti-virus running.

I have 450 emails in my Inbox and don't want to lose any of them or my address book. I do back up each week.

Not very tech savvy and no clue how to sort the issue out.

All help appreciated.

Asked by BAMimages 1 நாள் முன்பு

Last reply by BAMimages 1 நாள் முன்பு

GeoLocation app not working with firefox.

For some reason Firefox stopped working with the PlayerLocationCheck App used by the Georgia Lottery. I can still use the https://www.galottery.comweb site by using their… (மேலும் படிக்க)

For some reason Firefox stopped working with the PlayerLocationCheck App used by the Georgia Lottery. I can still use the https://www.galottery.comweb site by using their phone app or Edge. Any ideas on how to solve this problem?

Asked by walkerga 1 நாள் முன்பு