Nuna amsoshi da aka yiwa shaida:

Was there any Webkit based Firefox or is it UA spoofing?

Hi all the people, I was just surprised to see this in an Apache HTTP log: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/58.0.… (daɗa karatu)

Hi all the people,

I was just surprised to see this in an Apache HTTP log: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/58.0.1"

This bugs me. My first guess would be that a Webkit based Firefox could not be qualified as really Firefox. Although that, I could imagine a Firefox for iOS or MacOS based on Webkit, may be, but it says it is on Windows, which makes less sense.

I suspect this is a user agent string spoofing, but I just need to be sure (I try to get ride of far too invasive bots, while I’m afraid to disrupt browsing from legitimate web users).

With thanks and my apologizes for such a question which may looks obvious or strange to people who know for sure.

Open 1

I never write what follow, I just have a Mozilla VPN and problems with it.

I never write but it is on my account: "On the default home page, if I type "israel" I will come directly to this site: http://www.israel-music.com !!!!! (For "Poland" i… (daɗa karatu)

I never write but it is on my account:

"On the default home page, if I type "israel" I will come directly to this site: http://www.israel-music.com !!!!! (For "Poland" is normal). (I have ubuntu 20.04 french, firefox 89.0.1 (64bits)).

Open

Error when following instructions "Install firefox on ChromeOS"

I am following the instructions in section "Install Firefox from Mozilla Repository (Recommended)" at https://support.mozilla.org/en-US/kb/run-firefox-chromeos At step 4 … (daɗa karatu)

I am following the instructions in section "Install Firefox from Mozilla Repository (Recommended)" at https://support.mozilla.org/en-US/kb/run-firefox-chromeos At step 4 I am receiving a permission denied error: "-bash: /etc/apt/sources.list.d/mozilla.sources: Permission denied" I am not sure how to resolve or continue.

Last command and output:

username@penguin:~ cat <<EOF > /etc/apt/sources.list.d/mozilla.sources Types: deb URIs: https://packages.mozilla.org/apt Suites: mozilla Components: main Signed-By: /etc/apt/keyrings/packages.mozilla.org.asc EOF -bash: /etc/apt/sources.list.d/mozilla.sources: Permission denied

Open

Bugzilla status

I submitted a bug last to Bugzilla last Sep. that seems not yet to be assigned to anyone, and a bug two days ago that wasn't acknowledged. Is the Bugzilla site working? … (daɗa karatu)

I submitted a bug last to Bugzilla last Sep. that seems not yet to be assigned to anyone, and a bug two days ago that wasn't acknowledged. Is the Bugzilla site working? Should I be doing something else to report the bug?

Open 6 1

What is the "open panel" to activate the vpn?

I logged into my account to try out the VPN. I get to the screen shown in the attached image. It wants me to "go to the open panel and turn it on." What is the open pane… (daɗa karatu)

I logged into my account to try out the VPN. I get to the screen shown in the attached image. It wants me to "go to the open panel and turn it on." What is the open panel it refers to?

Open 1

firefox dropdowns, menus and popup menus do not appear after resume from suspend on Ubuntu 22 or 24

Firefox dropdowns, menus and popup menus do not appear after resume from suspend on Ubuntu 22 or 24 This has been happening for only the last few weeks. Even dropdowns o… (daɗa karatu)

Firefox dropdowns, menus and popup menus do not appear after resume from suspend on Ubuntu 22 or 24 This has been happening for only the last few weeks. Even dropdowns on web pages do not appear. I can click the dropdown and cursor down then hit ENTER to change a dropdown's value but I cannot see anything while I'm doing it. On the menus, I can use hotkeys if I remember them but the menus themselves do not appear. Right-clicking to get a context menu also does nothing but it behaves like it did. If I right click something, nothing changes on screen but if I then click another link or button, the first click is swallowed to dismiss the non-existent popup.

Other apps on the system work fine including Chromium browser.

This only occurs if I start Firefox then suspend the machine and then resume from suspend. After resume, the menus, dropdowns and popups no longer appear.

I am running Ubuntu 24.04.4 LTS on a Dell Optiplex 3050, Core i3-7100x4 , 16 GB ram, Intel HD graphics 630 (KBL GT2), Gnome 46, Wayland windowing system.

I tried Firefox safe mode, clearing the caches, etc. Nothing worked.

Open 2

"http://www.ups.com/lasso/login?

Firefox for Linux Mint mint-001-01 150.0.3 64 bit Issues with login on ups.com When I press on the Login radio button I get this: Access Denied You don't have permission … (daɗa karatu)

Firefox for Linux Mint mint-001-01 150.0.3 64 bit Issues with login on ups.com When I press on the Login radio button I get this:

Access Denied You don't have permission to access "http://www.ups.com/lasso/login?" on this server. Reference #18.e86ac917.1779017770.661111b8 https://errors.edgesuite.net/18.e86ac917.1779017770.661111b8

Works in all other browsers on same system, Chromium, Brave, Opera, etc Works on Windows 150.0.3 64 bit Cleared cache,cookies, disabled all extensions, disabled advanced tracking protection, every suggestion I could scrape the internet for. Ran Firefox logger and it found a 403 error. Any suggestions? about to nuke and reinstall

Open 1

Why does Firefox's per-site process isolation (Fission) increase RAM usage exponentially on low-memory devices with 20+ tabs?

Background:** I'm a senior software engineer running Firefox Developer Edition on a Linux machine with 8GB RAM. I have Fission architecture (site isolation) enabled, … (daɗa karatu)

    • Background:**

I'm a senior software engineer running Firefox Developer Edition on a Linux machine with 8GB RAM. I have Fission architecture (site isolation) enabled, which I understand is now the default since Firefox 95+.

    • The problem:**

When I open 20 or more tabs across different domains, Firefox's memory consumption scales dramatically — often reaching 4–6GB of RAM for what should be lightweight browsing sessions. This is significantly higher than what I observed before Fission was enabled.

    • What I've already tried:**

- Disabled hardware acceleration → no significant improvement - Set browser.tabs.unloadOnLowMemory to true → partial relief

 but tabs reload constantly, disrupting workflow

- Reduced content.notify.interval → marginal improvement - Tested with all extensions disabled (safe mode) → RAM usage

 still high, confirming it's not extension-related

- Checked about:memory → large number of separate

 "Web Content" processes, one per origin as expected with Fission
    • What I'm trying to understand:**

1. Is there a way to set a maximum process count cap for Fission

  without fully disabling site isolation? I found 
  dom.ipc.processCount but changing it doesn't seem to affect 
  Fission's per-origin process spawning behavior.

2. Is browser.tabs.min-warm-process-count a relevant setting here

  and what is the safe range to modify it?

3. Does Firefox have a built-in memory pressure threshold where

  it automatically consolidates processes — similar to Chrome's 
  memory saver — and if so, which about:config keys control it?
    • Environment:**

- Firefox Developer Edition 151.0b10 - OS: Ubuntu 24.04 LTS - RAM: 8GB - Fission enabled: confirmed via about:support - Extensions: disabled for testing

Open 1

Dear Mozilla: How can I attach my Debian 13 installation-Trixie-into the Debian Mirror?

bold textI have finally installed Debian 13, Trixie, into my computer. However, I don't seem to have attached to the Debian Mirror. How can I do that? … (daɗa karatu)

bold textI have finally installed Debian 13, Trixie, into my computer. However, I don't seem to have attached to the Debian Mirror. How can I do that?

An rufe 1

Why does Firefox home content always links ot pay walls?

Pretty simple. Every time I click any "news" link on my home page in Firefox it always runs into a pay wall. This is crap as these losers get a hit count to their site, g… (daɗa karatu)

Pretty simple. Every time I click any "news" link on my home page in Firefox it always runs into a pay wall. This is crap as these losers get a hit count to their site, get to load ads (for some people), and so on but I don't get to read the article. And who know s what kinda crap they are dumping into my cache. This needs to be fixed or the "feature" removed. This is basic privacy shit not included in a browser that tries to brag about privacy features.....

Open 2

i cant get my data back!!!

Randomly my firefix just get loggedout and when i immediately logged it in again using mozilla i cant see my bookmarks my other accounts my profiles and all my groups and… (daɗa karatu)

Randomly my firefix just get loggedout and when i immediately logged it in again using mozilla i cant see my bookmarks my other accounts my profiles and all my groups and other information it was like i had made a fresh account all my data is lost what to do ? PLZ help i really want my data back i have been trying to get my data. Working on it for last hour.

Open