Showing questions tagged: Show all questions

Amazon loads slowly or not at all; all other sites are fine

Hi! I'm using Firefox 126.0 on Fedora 39. Pages from Amazon.co.uk load very slowly, incompletely, or not at all. All other Web sites are fine. I had a couple of certi… (read more)

Hi! I'm using Firefox 126.0 on Fedora 39.

Pages from Amazon.co.uk load very slowly, incompletely, or not at all. All other Web sites are fine.

I had a couple of certificate-related errors saying that the identity of the site couldn't be verified, but I can't reproduce the problem, so I can't quote the exact wording, I'm afraid.

The same Amazon pages load properly in Chrome on the same machine, and they load properly in Firefox in a VM on the same machine. That tells me network connectivity must be fine.

I've tried disabling all extensions, reverting to the default theme, running in Troubleshoot Mode, clearing cookies and site data, clearing the startup cache, disabling hardware acceleration, and creating a new profile. The new profile helps slightly, in that it loads more of the page before getting stuck. Nothing else helps at all.

I'd prefer not to refresh Firefox if I can avoid it, because I don't want to lose all my plugins and settings. This installation is five years old. Besides, a new profile didn't fix the problem.

What's the next thing to try? I'd really appreciate any ideas.

Asked by markus.laker 10 hours ago

Last reply by jonzn4SUSE 5 hours ago

Using Node Express-Sessions to set cookie "httpOnly: true, secure: true, SameSite: "None" FF blocks authorization

My web site My web site allows user to login with .ejs Sign-up/Sign-in pages then delivers a React page. This works in Chrome and Safari. Https/SSL are provided by my ho… (read more)

My web site My web site allows user to login with .ejs Sign-up/Sign-in pages then delivers a React page. This works in Chrome and Safari. Https/SSL are provided by my host A2Hosting.

Firefox warns "Cookie “connect.sid” does not have a proper “SameSite” attribute value" when the cookie is set and then blocks the react page after login. If I enter the route that leads to the react page directly I can login and don't get the warning. In both cases the Storage tab in Dev tools shows the same settings for the cookie.
I made sure to remove any cookies for my site before testing the second scenario. I have tested this on Windows, Linux and Android versions of Firefox with the same results.

Here is my Express-Session instantiation ``` app.use(expressSession({

 store: new pgSession({
   pool: pool,
   tableName: 'session'
   // Insert connect-pg-simple options here
 }),
 secret: process.env.SECRET,
 resave: false,
 saveUninitialized: false,

cookie: {

   httpOnly: true,
   Secure: true,
   SameSite: "None",
   path: ['/'],
   maxAge: 60 * 60 * 1000 * 5
 }
 // Insert connect-pg-simple options here

})) ``` I've tried changing the path to include the react app route, I've added it to Cors white list and I converted it to open with an .ejs file instead of .html with no results.

Thanks for your support and for a great browser

Asked by rich.rhaskell 1 day ago

Last reply by jscher2000 - Support Volunteer 10 hours ago

ClassicPress password reset links not working when clicking links from mail using Firefox Dev edition

Hi, I use ClassicPress (fork of WordPress) and I have a problem when requesting a password reset link for it. When opening the email received to reset password in the f… (read more)

Hi,

I use ClassicPress (fork of WordPress) and I have a problem when requesting a password reset link for it.

When opening the email received to reset password in the firefox dev edition browser and click the reset link I receive an error stating that the link is invalid.

I discovered by trial and error that copying the same link and pasting it manually in a new tab of the same firefox dev edition browser solves the issue because then the link is recognised as valid.

This happened after the update I received last week.

I am a linux mint user if that helps in tracking down the issue.

Outlook school email cookies

I want to enable cookies for outlook only,the rest I don't want. I have attempted to look at the cookie's url for outlook and add that to the exception list, but outlook… (read more)

I want to enable cookies for outlook only,the rest I don't want.

I have attempted to look at the cookie's url for outlook and add that to the exception list, but outlook still harasses me with its annoying 2fa

How do I find the actual address to put in the exceptions list to stop this issue?

Asked by ALoepker 5 days ago

Last reply by jonzn4SUSE 5 days ago

Cookies and Cache Data

For about 24hr now, every time I clear cookies and cache data, 20kB remain. I clear this data often, and the cookie and cache data always registers "0kB" after I click on… (read more)

For about 24hr now, every time I clear cookies and cache data, 20kB remain. I clear this data often, and the cookie and cache data always registers "0kB" after I click on "Clear Data", until yesterday. My OS is Ubuntu 22.04. Where can I find that file so I can delete it?

Asked by barba3gr1 5 days ago

Last reply by cor-el 5 days ago

password manager

heb.com i can login, but my password manager takes me to accounts.heb.com, & it gives me the error message. I went to heb.com, logged in & saved it. When I … (read more)

heb.com i can login, but my password manager takes me to

accounts.heb.com, & it gives me the error message. I went to

heb.com, logged in & saved it. When I looked at passwords again it had

accounts.heb.com, & I cant edit that. I don't know if its Firefox or HEB.

Asked by Theodore Ojevich (Ted Ojevich) 6 days ago

Last reply by cor-el 6 days ago

Background processes

Hello Firefox community and thank you for your time and effort. Let me begin by saying I used to have this same issue with MS operating systems until I said goodbye to M… (read more)

Hello Firefox community and thank you for your time and effort. Let me begin by saying I used to have this same issue with MS operating systems until I said goodbye to MS and went to Linux on one laptop and got a Mac for streaming and graphics. Here is the issue: MS had so many background processes running constantly, regardless of what I was using the machine for, that I regularly experienced crashes, warnings and slowed responses on my Windows machines. No matter how vigilant I was about settings and stopping processes and keeping system clean, I would regularly have to replace the fan on my machines as the constant overheating would eventually kill the fans. That has not been a problem since I made that switch away from MS. Until now. I keep clean machines and keep them updated religiously. But with the latest few Firefox updates the problem is now back on both my Linux built Lenovo and my MacBook Pro, especially the Mac. That regularly shuts down after an hour of streaming use. When I hear the fan constantly struggling and feel the machines heating up I check the background processes and find that Firefox has at least four running processes eating up resources. Force stop does not fix the resource hogging; by the time it is apparent and I respond the machine is already overheated and shuts itself down. Last night I started searching and found a (very) recent thread about this same issue. Most of the participants were attributing it to recent updates. If this is the case is there any effort to fix this? I would hate to have this issue completely destroy my older (but still heavily relied upon) MacBook with this constant mechanical challenge since I cannot afford to replace it. Please can you fix this problem. It is an old and exhausting struggle I thought I would not have to deal with again. If my assumption of the source of the problem is inaccurate do you have any suggestions? Thanks again, Jerri

Asked by jerri.lynn007 6 days ago

Last reply by TyDraniu 6 days ago

Obscure canvas rendering issue

Hello, I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint … (read more)

Hello,

I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint application. The issue is that the very first time that the user presses the mouse, the line stops abruptly, while the next times the lines are drawn correctly. The events seem to fire correctly and the page works fine at Chromium, so it seems to be a Firefox issue. You can find the html page below. I am curious, what could be the problem?

<!DOCTYPE html>
<html lang="el">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Canvas</title>
  <style>
    #canvas {
      background-color: whitesmoke;
      border: solid 2px brown;
    }
  </style>
</head>

<body>
  <canvas id="canvas"></canvas>

  <script>
    function startDrawing(e) {
      isDrawing = true;
      context.beginPath();
      context.moveTo(e.offsetX, e.offsetY);
    }

    function draw(e) {
      if (isDrawing) {
        context.lineTo(e.offsetX, e.offsetY);
        context.stroke();
      }
    }

    function stopDrawing(e) {
      console.log("stopped drawing")
      isDrawing = false;
    }

    const canvas = document.getElementById('canvas');
    const context = canvas.getContext('2d');
    var isDrawing = false;
    canvas.width = 1000;
    canvas.height = 1000;
    context.strokeStyle = "#913d88";
    context.lineWidth = 2;
    canvas.onmousedown = startDrawing;
    canvas.onmouseup = stopDrawing;
    canvas.onmousemove = draw;
  </script>
</body>

</html>

Asked by ngiatsog 1 week ago

Last reply by jscher2000 - Support Volunteer 1 week ago

One site blank in Linux FF but not in Windows FF

https:\\archive.org works perfectly in Firefox on Win-10, but on a new Linux Mint install, (with default Firefox as included), this particular website simply displays as… (read more)

https:\\archive.org works perfectly in Firefox on Win-10, but on a new Linux Mint install, (with default Firefox as included), this particular website simply displays as a blank white screen. Every other website I try on the Linux install works perfectly; it is only this one website which does not work.

There are no add-ons, no proxies, no security suites, nothing extra. I cleared all cookies and cache. Tried running FF in Protected Mode. Nothing seems to fix it.  There are no error messages displayed - just a blank white screen.

And, to make it worse, I am not particularly computer-literate, (I'm 82 years old...), so you will have to give me simple guidance if I need to get involved with deeper logging etc.

Asked by dmaxwell1 1 week ago

Last reply by jonzn4SUSE 1 week ago

Apostrophe is not showing up correctly ( )

Somehow I cannot type an apostrophe, whenever I do it just shows whats between the brackets ( ). What I do: 1. Press the apostrophe button 2. Press space Expected res… (read more)

Somehow I cannot type an apostrophe, whenever I do it just shows whats between the brackets ( ).

What I do: 1. Press the apostrophe button 2. Press space

Expected result: '

Actual result:


I m on Firefox Linux and my keybord is set on INTL

Asked by Jonezz 1 week ago

Last reply by cor-el 1 week ago

Cannot reorder or detach tabs after having done it once

So I have an issue where I am unable to reorder or detach tabs after having detached one tab. When I start Firefox I am able to reorder my tabs as much as I want, but onc… (read more)

So I have an issue where I am unable to reorder or detach tabs after having detached one tab. When I start Firefox I am able to reorder my tabs as much as I want, but once I detach one tab both functionalities do not work anymore.

- Firefox version 126.0 on Kubuntu 24.04 - After restarting Firefox I am able to do it again once - After rebooting I am also able to do it again once - The same issue in private window - I have refreshed Firefox through Help -> More troubleshooting information - Disabled all my add-ons - Tried it in Troubleshoot mode

I cannot seem to find a real answer online. Does somebody here have a solution for me :-)?

Asked by legousk 2 weeks ago

Last reply by jonzn4SUSE 1 week ago

right click menu fixed size and position

When I do right mouse click on page, depending on the mouse cursor position, context menu appears and I need to scroll up or down to access appropriate item. I thought I … (read more)

When I do right mouse click on page, depending on the mouse cursor position, context menu appears and I need to scroll up or down to access appropriate item. I thought I need to try and fix size and position of a page context menu. Is it possible? I believe it may depend on the screen size and resolution and how many entries add-ons add to right click menu. Examples: https://imgur.com/nocb5kK.png https://i.imgur.com/yNeNJQh.png

Asked by mx500 1 week ago

Last reply by jonzn4SUSE 1 week ago

Cannot move tabs, till Firefox restart

Hi. Randomly, but very often, I cannot drag and drop move tabs. Other moving (p.e. "move to beginning") does work. After restart of Firefox, it works again - till it rand… (read more)

Hi. Randomly, but very often, I cannot drag and drop move tabs. Other moving (p.e. "move to beginning") does work. After restart of Firefox, it works again - till it randomly does not.

Current Firefox (126.0) Kubuntu Installed via Snap

Asked by tobiasgriese 1 week ago

Last reply by jonzn4SUSE 1 week ago

Firefox keeps changing my url from http to https

Hello, I'm developing a web application. Yesterday I could access it with http://localhost:8000, then, I implemented https and it worked too. Today I needed to use http … (read more)

Hello,

I'm developing a web application. Yesterday I could access it with http://localhost:8000, then, I implemented https and it worked too. Today I needed to use http again for my tests, but everytime I type http://localhost:8000, Firefox changes it to https://localhost:8000.

I already tried to clear everything in the history, even the cookies, but it didn't work.

What should I do?

Also, could you fix this bug? I've found articles from 5 years ago reporting this issue, but the bug hasn't been fixed yet

Asked by Ildomar Gomes de Carvalho Junior 2 weeks ago

Last reply by TyDraniu 2 weeks ago

can we reduce disk usage?

Firefox uses about half a gig on my disk, that's: '~/.mozilla' and '~/.cache/mozilla' can that be reduced? Either some setting that limits disk use or even a manual del… (read more)

Firefox uses about half a gig on my disk, that's: '~/.mozilla' and '~/.cache/mozilla' can that be reduced? Either some setting that limits disk use or even a manual deletion of ancient stuff?

Asked by rayandrews 2 weeks ago

Last reply by salphakio 2 weeks ago

can't access product site promoted by google due to googleadservices 'unable to connect'

Tell me why google says this: Unable to connect An error occurred during a connection to www.googleadservices.com. The site could be temporarily unavailable or too … (read more)

Tell me why google says this:

Unable to connect

An error occurred during a connection to www.googleadservices.com.

   The site could be temporarily unavailable or too busy. Try again in a few moments.
   If you are unable to load any pages, check your computer’s network connection.
   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.

when I click on an advert for a product provided (I assume) by google at the top of search results. I have cleared the cache and cookies. Latest firefox on ubuntu 22.

Asked by geoff07 2 weeks ago

Last reply by jonzn4SUSE 2 weeks ago