How to close this version of Firefox on this PC?
I seem to have a new version of Firefox which has no history etc. How can I remove it?
I seem to have a new version of Firefox which has no history etc. How can I remove it?
Completely broken AI and absolutely nowhere to download it.... Worked perfectly fine yesterday, and the poof, it's gone. All the options are still there for AI block and … (閱讀更多)
Completely broken AI and absolutely nowhere to download it.... Worked perfectly fine yesterday, and the poof, it's gone. All the options are still there for AI block and not blocked. Configs are set. You can even see where the AI is supposed to be. Where is it????? Why is there nowhere to download this "extension" (SmolLM2-360M-Instruct-GGUF) when Firefox gets its back broken? I'm not 500 IQ, so I'm not compiling it myself on Linux. Please help me get this feature back. I'm trying to give as much information as I can, but I know it's probably gonna fall short. browser.ml.chat.enabled = true browser.ml.chat.page = true browser.ml.chat.menu = true A bunch of Nimbus experiment values are present. Firefox clearly still thinks the ML/chat feature exists. Yet the On-Device AI section is missing from about:addons.
у меня был VPN mozilla, сегодня он просто исчез!!!! что это было?? установила MozillaVPN.msi , она запускается и сразу исчезает, даже не могу ввести почту, что за бред?… (閱讀更多)
у меня был VPN mozilla, сегодня он просто исчез!!!! что это было?? установила MozillaVPN.msi , она запускается и сразу исчезает, даже не могу ввести почту, что за бред???
Help please, cannot open Firefox browser for Windows 10 Pro anymore, clicking icon advises my profile is missing. How to fix ? Ive also spotted a number of folders prop… (閱讀更多)
Help please, cannot open Firefox browser for Windows 10 Pro anymore, clicking icon advises my profile is missing. How to fix ? Ive also spotted a number of folders properties are showing the target as an A:\Users path rather than the expected C:\Users but the path is 'greyed out' and cannot be edited, help much appreciated
I have been never been able to get any useful response to any question, (including the one just posed) from the Mozilla community. I did, by serendipity wind up in a d… (閱讀更多)
I have been never been able to get any useful response to any question, (including the one just posed) from the Mozilla community. I did, by serendipity wind up in a discussion with a new (to me), manage in the process though to stumble across what appeared to be a relatively new forum, within the community that offered some hope, in that it terms of reference were specific to addressing the problem.
Hooray. . .I just accessed the the new notice regarding educated guesses. Blatantly false advertising in that none were provided, but it did appear to be connected to the forum trying to address the problem at hand.
It's a daunting challenge, requiring understanding and discussion in depth because the system itself is quintessentially non-linear, dynamic, and it's ultimate configuration. . .which includes the user interface and human operators indeterminate and un-determinable. But a great and hopeful start. I believe I indicated an interest in contributing to the discussion. How do I get to it? I'm logged in now and my email [edited email from public community support forum] is the easiest way to respond, if that it available. Thanks.
I had lots of trouble making Firefox work yesterday, after what I believe was a Mozilla update I had to uninstall and then reinstall. What I am experiencing after the n… (閱讀更多)
I had lots of trouble making Firefox work yesterday, after what I believe was a Mozilla update I had to uninstall and then reinstall. What I am experiencing after the new install and all updates is: I placed the icon on the taskbar. when I open Firefox it opens a new icon in the taskbar. I have two icons when using firefox instead of two like it has always been before. In the picture, the icon on the left is always there. The one on the right opens when I open firefox. Is it supposed to work like this? It is a windows issue? Is it A mozilla issue? Anyone else having this issue. I have tried different ways after deleting the icons, to place it back on the taskbar. I used the pin to taskbar, drag and drop on taskbar... Any ideas. Just live with it? or fix it somehow?
KINDLY UPDATE
High, I've used the the 'VideoDownloadHelper' for years whithout any complication. Now, the icon shows no colour anymore, even after a new installation, and so I can't do… (閱讀更多)
High, I've used the the 'VideoDownloadHelper' for years whithout any complication. Now, the icon shows no colour anymore, even after a new installation, and so I can't download any video. Can you help me ? Kind regards Michael [edited email from community support forum]
Does Mozilla have Linux based Firefox and Thunderbird variants that operates on Linux ( my intent is Fedora KDE
I want to install the most recent Firefox bowser on my desktop. How do I do that?
mozila
In older versions, there was an option to refuse updates, disable checking and any reminders. In new versions, you kind of accidentally removed this option. And now a rem… (閱讀更多)
In older versions, there was an option to refuse updates, disable checking and any reminders.
In new versions, you kind of accidentally removed this option. And now a reminder "update update" and a green indicator regularly pop up in the right corner.
I previously deleted all Mozilla servers through the config file, disabled checking for updates. But it still restored the settings and now offers updates again - which irritates me terribly.
I supported Mozilla for many years and considered this browser to be something conservative, it has always been aloof from cumbersome and spyware browsers like Chrome. But your latest actions are disappointing.
The decision to update or not has always been and will be on the shoulders of the user.
I don't care about security policies, patches or bug fixes\Super new features.
With your actions, you only generate unnecessary negativity and lose the most loyal and old users. Today is the day when this browser will no longer be on my devices, you have achieved your goal - congratulations, you have won.
Hello, I just bought a yearly plan of the Mozilla VPN and would like to use it in a docker container using gluetun. However, I'm not able to find where can I see the conn… (閱讀更多)
Hello, I just bought a yearly plan of the Mozilla VPN and would like to use it in a docker container using gluetun. However, I'm not able to find where can I see the connection information. Is there a way to obtain the VPN tunnel information to configure my VPN over it? Thank you.
SEARCH ENGINE AND WEB BROWSER
Ta bort FaierFox
Many of Linux Distributions take firefox binaries from https://packages.mozilla.org/apt/ as given in the Mozilla Knowlege Base Article Install Firefox on Linux. In this a… (閱讀更多)
Many of Linux Distributions take firefox binaries from https://packages.mozilla.org/apt/ as given in the Mozilla Knowlege Base Article Install Firefox on Linux. In this article there is a option to Install Firefox .deb package for Debian-based distributions.
However the binaries and libraries that are hosted in Firefox repositories are not compiled with the PIE/PIC flag. That prevents Firefox browser from using ASLR capabilities and to a large degree prevent Buffer overflows attacks. Please refer to the output given below for more details.
$ file -e elf /opt/firefox/firefox /opt/firefox/firefox: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) $ $ readelf -h /opt/firefox/firefox ELF Header:
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 Class: ELF64 Data: 2's complement, little endian Version: 1 (current) OS/ABI: UNIX - System V ABI Version: 0 Type: EXEC (Executable file) Machine: Advanced Micro Devices X86-64 Version: 0x1
The output of the first command is ELF 64-bit LSB executable, which indicates that it is not a PIE executable. If it had been a PIE executable then it would have been ELF 64-bit LSB pie executable. Similarly the output of the second command has a Key, Type, whose value is EXEC (Executable file). However for a PIE binary the value would be DYN (Position-Independent Executable file).
Can Mozilla please compile the binaries and shared libraries with the PIE/PIC flag and then host them in its repositories? Many of Linux Distros do not have the bandwidth to take the source and compile binaries for different architects and are dependent on Mozilla to provide the same. Doing so would be appreciated and would help in enhancing safety of Linux users who use Firefox as their primary browser.
PIE = Position Independent Executable
PIC = Position Independent Code
ASLR = Address Space Layout Randomisation.
PIC and PIE are used interchangeably and imply the same thing.
I'm trying to install Mozilla VPN but it won't install. The error message is as follows: the installer encountered an error that caused the installation to fail. … (閱讀更多)
I'm trying to install Mozilla VPN but it won't install. The error message is as follows: the installer encountered an error that caused the installation to fail.
My Apple MacBook Air is 10 years old but it does all I need. I'm 80 years old and marginally functional with computers I'm getting a bar that says I need to update my br… (閱讀更多)
My Apple MacBook Air is 10 years old but it does all I need. I'm 80 years old and marginally functional with computers I'm getting a bar that says I need to update my browser. I want to continue using Firefox like I have been for years. I've been trying to update in every way I can see to try but no success. Can anyone help me?
My administrator is not available. How can I update mozilla ?
How can I Update Firefox with my mac