Showing questions for topic:

Deepl website won't function without security verification every single time

We use the Deepl site for translations and it won't load in Firefox without asking the "verify you are human" questions every single time. The Deeple site does not requir… (tuilleadh eolais)

We use the Deepl site for translations and it won't load in Firefox without asking the "verify you are human" questions every single time. The Deeple site does not require this authentication in Chrome but we hate Chrome and want to stick with Firefox. We just have the standard security settings in Firefox, only use Windows Firewall and our Express VPN is not switched on; our IP location is showing correctly. Firefox is up to date.

Open 2

Firefox Cannot Consistently Access a Web Site

My desktop Firefox (version 155.0.1) has recently became unable to consistently access the Web site at this Web site this Web site. Chrome successfully accesses the site… (tuilleadh eolais)

My desktop Firefox (version 155.0.1) has recently became unable to consistently access the Web site at this Web site this Web site. Chrome successfully accesses the site 100% of the time. Firefox's connection failures are intermittent, unpredictable, and usually go away on their own after varying time intervals (sometimes can't connect for up to 24 hours). I see status messages saying Firefox is trying to connect to the site, but it eventually gives up and times out.

I cleared the Firefox cache, but that had no effect. I don't recall making any significant changes to the Firefox settings lately. Any suggestions on what to look at/try would be greatly appreciated.

(Yes, I know the site doesn't use https: Its protocol is outside my control).

Open 9

Blocks or prevents webpage actions

I can place bets @ Bovada website when usingGoogle Chrome' but not when using Firefox. This is a recent development as far as I can tell. I previously had no issues placi… (tuilleadh eolais)

I can place bets @ Bovada website when usingGoogle Chrome' but not when using Firefox. This is a recent development as far as I can tell. I previously had no issues placing bets while using Firefox @ Bovada. Frustrating.because I do not like using Chrome.

Open

Firefox has become glitchy recently and won't load gmail, etc.

I've always used Firefox as my default browser, it's been updated and is the current version. Recently I have noticed that pages are slow loading and some images on the … (tuilleadh eolais)

I've always used Firefox as my default browser, it's been updated and is the current version. Recently I have noticed that pages are slow loading and some images on the page never load properly and remain blank. More vexing, is that Gmail has become very unstable in Firefox and won't load properly, loads slowly and freezes blanks out when I try to delete trash or spam, etc. It's annoying as more and more I have to open up Edge Browser to get performance on the websites that are failing in Firefox. This includes various websites that I use for work where logins are glitchy and unstable in Firefox, but work in Edge? Disappointing as I prefer to use Firefox, but even with recent upgrades installed it seems to work less well than in the past.

Open

Google docs are constantly failing to load or run well

I am a loyal firefox user and have used it for years. Security and features are great. I use Google docs constantly throughout the workday on my Mac and I am constantly h… (tuilleadh eolais)

I am a loyal firefox user and have used it for years. Security and features are great. I use Google docs constantly throughout the workday on my Mac and I am constantly having problems with Firefox. Google docs that I work in are constantly re-loading, incompletely downloading, going offline. I typically have 5-10 docs across the platform open at a time, and the problems are preventing me from working effectively. I have tried searching help forums and done the fixes suggested (repeatedly clearing cookies and cache, turning off protections, etc). Nothing works. Any ideas before I switch the Chrome (yuck)?

Open

Google Meet n'accède plus à ma caméra avec Firefox alors que Teams marche

Bonjour, Depuis le 4 août à 14h30, Google Meet ne parvient plus à accéder à la caméra de mon ordinateur portable lorsque j’utilise Firefox ou Chrome. Un message me demand… (tuilleadh eolais)

Bonjour,

Depuis le 4 août à 14h30, Google Meet ne parvient plus à accéder à la caméra de mon ordinateur portable lorsque j’utilise Firefox ou Chrome. Un message me demande d’autoriser l’accès à la caméra dans Windows, mais les autorisations sont bien activées.

Il est important de préciser que Google Meet fonctionne parfaitement avec Microsoft Edge, avec la même caméra et sur le même ordinateur et que Teams fonctionne avec Firefox.

Par ailleurs, jusqu’au 4 août à 9h30, Google Meet fonctionnait normalement avec Firefox et avait bien accès à ma caméra.

Il semble donc qu’une mise à jour effectuée entre ces deux horaires, soit de Google Meet, soit de Windows 11 (version 25H2), ait pu modifier ou bloquer l’accès à la caméra pour Firefox et Chrome.

Actuellement, je suis donc obligé d’utiliser Teams pour faire mes réunions.

Pourriez-vous m’indiquer comment résoudre ce problème et, si possible, vérifier s’il s’agit d’un problème connu lié à une récente mise à jour ?

Je vous remercie par avance pour votre aide.

Cordialement,

Dominique Turpin

Open

Firefox page rendering and loading issue on bookbustour

Hi Mozilla Support Team, We are experiencing a minor layout rendering issue on our online booking platform bookbustour when accessed via Firefox for Desktop. Are there a… (tuilleadh eolais)

Hi Mozilla Support Team,

We are experiencing a minor layout rendering issue on our online booking platform bookbustour when accessed via Firefox for Desktop.

Are there any specific Firefox CSS compatibility rules or extension settings we should adjust to optimize user performance?

Thanks for your assistance!

Open

Firefox on Linux renders some ChatGPT emoji as monochrome outlines

I have reproduced a persistent Firefox/Linux emoji rendering issue in ChatGPT and found a small CSS workaround that fixes it. Environment Linux Firefox 155.0.1 The proble… (tuilleadh eolais)

I have reproduced a persistent Firefox/Linux emoji rendering issue in ChatGPT and found a small CSS workaround that fixes it.

Environment

Linux Firefox 155.0.1 The problem also reproduces in a completely fresh Firefox profile Noto Color Emoji is installed

Symptoms

In normal ChatGPT conversation text, some common emoji such as:

😄 😂 😀 😁 🙂 😊 🤣 ✅

render as monochrome or outline glyphs.

Other emoji such as:

🚀 🔥 ❤

may render correctly in the same message.

A particularly useful clue is that the same affected emoji render correctly inside ChatGPT code/copy boxes, while failing in ordinary response body text.

Firefox DevTools Fonts inspection showed ordinary fallback fonts including DejaVu Sans, FreeSans and Nimbus Sans being used alongside Noto Color Emoji.

Updating Firefox from 155.0 to 155.0.1 did not fix it, and neither did creating a completely fresh Firefox profile.

Diagnostic test

Running this in Firefox DevTools Console on chatgpt.com immediately fixes the affected emoji throughout the page:

document.documentElement.style.setProperty(

 "font-variant-emoji",
 "emoji",
 "important"

)

Permanent workaround

Using the Stylus extension, scoped only to chatgpt.com:

html {

   font-variant-emoji: emoji !important;

}

This survives a complete Firefox restart.

This appears to be a font/emoji-presentation interaction where some emoji-capable Unicode characters are being satisfied by ordinary monochrome text fonts before the colour emoji font is selected.

Mozilla Bug 1971053 describes closely related glyph-selection behaviour and mentions font-variant-emoji: emoji as a remedy: https://bugzilla.mozilla.org/show_bug.cgi?id=1971053

I am posting this both in case it helps other Linux/Firefox users and to ask whether this remaining behaviour on Firefox 155.0.1 is expected or should be tracked as a current Firefox/web-compatibility issue.

Open 1

Issues with sites loading!

Sites struggle to load a lot of the time now, sites like youtube don't load until I clear my browsing history and cookies, some sites don't load at all, some shops don't … (tuilleadh eolais)

Sites struggle to load a lot of the time now, sites like youtube don't load until I clear my browsing history and cookies, some sites don't load at all, some shops don't load any image previews. I've tried on other browsers when these things happen and they don't happen there.

Open

Gmail Icons won't show up. Shows up on other browsers.

For some reason, my Gmail page doesn't show the icons on top at all. Like the archive, mark as read, and the others on top of the mailbox contents. They show up on both C… (tuilleadh eolais)

For some reason, my Gmail page doesn't show the icons on top at all. Like the archive, mark as read, and the others on top of the mailbox contents. They show up on both Chrome and Edge, so this seems to be a Firefox problem.

Computer being used with issue: HP ProDesk 600 G2 DM (Windows 10, 16GB RAM) So can this be fixed or should I just use my phone for Gmail?

Open

Why can I no longer scroll threads in Chatgpt?

I am suddenly finding I cannot scroll a thread in Chatgpt! What changed in the last 2 days? It has been working fine for 2 years. I am on OS mojave 10.14.6 on a 2015 Mode… (tuilleadh eolais)

I am suddenly finding I cannot scroll a thread in Chatgpt! What changed in the last 2 days? It has been working fine for 2 years. I am on OS mojave 10.14.6 on a 2015 Model Imac.

Open 6

Pourquoi je ne peux plus Glisser-Coller un dossier avec des fichiers de mon ordinateur sur mon NAS Synology

Depuis Firefox 150 il ne m'est plus possible de Glisser-Coller un dossier avec ses fichiers dans un dossier de mon NAS Synology. Le service d'assistance Synology m'a appo… (tuilleadh eolais)

Depuis Firefox 150 il ne m'est plus possible de Glisser-Coller un dossier avec ses fichiers dans un dossier de mon NAS Synology. Le service d'assistance Synology m'a apporté confirmation. Voir sa note en attaché.

Il semble qu'il y a un "bug" dans Firefox 150 et plus (j'ai le 155.0.1) pour ce Glisser - Coller ?

Que puis-je faire ?

Open

suddendly cannot access att email without 'proving' I'm not a bot with stupid sound tests

suddenly have to pass a bot test using drum sounds or weird images before I can get to my email. I've been using Firefox to access email at att.yahoo.com for many months … (tuilleadh eolais)

suddenly have to pass a bot test using drum sounds or weird images before I can get to my email. I've been using Firefox to access email at att.yahoo.com for many months with no problem. Now I cannot get in. My idea of snare drums is obviously not the right answer. the weird images are worse. I've cleared the browsing history and cache per the instructions and it didn't help. ATT said it was because updates were done--or not done--to Firefox that caused the problem. When I pull up settings, it says Firefox is updated automatically and I'm up to date.

 so do I just give up and go back to Edge?

Thank you for any help (I am not Luddite, but not a tech wizard either--so detailed help would be great!)

Open