Отображение вопросов с тегом: Показать все вопросы
  • Решено

Browsing history not clearing

I have changed Firefox's settings to both Delete cookies and site data when Firefox is closed and to Clear history when Firefox is closes. But after making these changes… (читать ещё)

I have changed Firefox's settings to both Delete cookies and site data when Firefox is closed and to Clear history when Firefox is closes. But after making these changes Firefox is still holding onto my browsing history.

Задан firefox2653 3 месяца назад

Дан ответ zeroknight 3 месяца назад

Primary Password asked every time I open the browser

Dear community, since some recent update I am asked for a primary password every time I open the browser, which is higly annoying. I like my passwords protected by a pri… (читать ещё)

Dear community,

since some recent update I am asked for a primary password every time I open the browser, which is higly annoying. I like my passwords protected by a primary password and in former times it was only asked for when trying to reveal a saved password. I know this has probably to do with me using Firefox sync, because I use the browser on my Android too but I would like to keep my devices synced. Besides: On my phone I am only asked for a fingerprint when accessing passwords, not every single time I open the app. There must be a way to reconfigure this on a desktop, right?

Задан Jonah 3 месяца назад

Последний ответ от cor-el 3 месяца назад

Tab reloads everytime i close the app and open it up shortly

On my Android phone, Xiaomi Mi12T Pro, when i leave Firefox and open it up again, it always reloads the before opened tabs page. I disabled all battery optimization for t… (читать ещё)

On my Android phone, Xiaomi Mi12T Pro, when i leave Firefox and open it up again, it always reloads the before opened tabs page. I disabled all battery optimization for this app and it still has to reload the tab after having the app closed for a small time.

Задан Manu 3 месяца назад

Последний ответ от Garrett24 3 месяца назад

Is AdBlock scamming all Firefox users, or do you not want their partnership?

AdBlock has not made any updates for Firefox for eleven months. Do they just not care, or has Mozilla rejected them? The internet is terrible enough as it loves to scam a… (читать ещё)

AdBlock has not made any updates for Firefox for eleven months. Do they just not care, or has Mozilla rejected them? The internet is terrible enough as it loves to scam all users on all sites.

Задан Benjamin_Minney 4 месяца назад

Последний ответ от cor-el 4 месяца назад

when I do a search bar, it's slipping onto Yahoo instead of google when I'm in firefox. why is this happening all the sudden?

when I do a search bar search, it's slipping onto Yahoo instead of google when I'm in firefox. why is this happening all the sudden?

Задан getbon.matthews 3 месяца назад

Последний ответ от cor-el 3 месяца назад

Twitch - Non-Supported Browser Message

Attempting to log-in on Twitch with Firefox Browser - Developer version 122.0b9 (64-bit) is currently not possible, repeated messages are prompted by the Twitch website a… (читать ещё)

Attempting to log-in on Twitch with Firefox Browser - Developer version 122.0b9 (64-bit) is currently not possible, repeated messages are prompted by the Twitch website about "unsupported browser" and to contact browser support to resolve this issue.

Clearing cache, disabling extensions did not work. Using regular Firefox works without issues, only noticed this being an issue after most recent update for Firefox Dev browser.

Side effect as well since update is that any Cloudflare captcha is impossible and all website that use Cloudflare to "authenticate" that I'm human just outright fail or continue indefinitely.

Задан BiddinWar 4 месяца назад

Последний ответ от zeroknight 3 месяца назад

Firefox v122 --profile option is not working properly

Hi, I am running the latest Firefox v122 (firefox_122.0+build1-0ubuntu0.22.04.1~mt1_amd64.deb not snap) and when using the --profile option to specify the startup pr… (читать ещё)

Hi,

  I am running the latest Firefox v122 (firefox_122.0+build1-0ubuntu0.22.04.1~mt1_amd64.deb not snap)

and when using the --profile option to specify the startup profile it fails to start even on a NEW system that never ran Firefox if I give it a directory that resides on a mounted ext3 filesystem.

  All the permissions are OK and yet running strace I see an error and after a few second will get the

generic pop-up with the error message: (after a few seconds)

Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile.

 Running the SAME from /tmp works fine, but I need the profile to reside on a persistent storage area

so if the LIVE distro restarts then it can restore the previous session, bookmarks, options, etc...


============================================================
 The 2 directories were created identically and have the exact same permissions:

xubuntu@xubuntu:~$ mkdir /tmp/firefox3

xubuntu@xubuntu:~$ mkdir /media/xubuntu/sys_n01_home/mozilla/firefox3

xubuntu@xubuntu:~$ ls -ald /tmp/firefox3 drwxrwxr-x 17 xubuntu xubuntu 1080 Jan 21 22:05 /tmp/firefox3

xubuntu@xubuntu:~$ ls -ald /media/xubuntu/sys_n01_home/mozilla/firefox3 drwxrwxr-x 17 xubuntu xubuntu 4096 Jan 21 21:13 /media/xubuntu/sys_n01_home/mozilla/firefox3

============================================================

The only difference is that one is mounted on tmpfs and the other is on /dev/nvme0n1p2:

xubuntu@xubuntu:~$ df -k /tmp/firefox3 Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 32560016 351528 32208488 2% /tmp

xubuntu@xubuntu:~$ df -k /media/xubuntu/sys_n01_home/mozilla/firefox3 Filesystem 1K-blocks Used Available Use% Mounted on /dev/nvme0n1p2 195751828 51056068 142695768 27% /media/xubuntu/sys_n01_home


============================================================

When starting firefox with the /tmp/firefox3 profile directory it works fine and starts up:

xubuntu@xubuntu:~$ firefox --profile /tmp/firefox3

newfstatat(AT_FDCWD, "/tmp/firefox3", {st_mode=S_IFDIR|0775, st_size=1040, ...}, 0) = 0 newfstatat(AT_FDCWD, "/tmp/firefox3/.parentlock", {st_mode=S_IFREG|0664, st_size=0, ...}, 0) = 0 openat(AT_FDCWD, "/tmp/firefox3/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11 fcntl(11, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0, l_pid=-487933736}) = 0 fcntl(11, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 uname({sysname="Linux", nodename="xubuntu", ...}) = 0


BUT when using the persistent storage on the real filesystem (but SAME exact permissions) it fails:

newfstatat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3", {st_mode=S_IFDIR|0775, st_size=4096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3/.parentlock", {st_mode=S_IFREG|0664, st_size=0, ...}, 0) = 0 openat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11 fcntl(11, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0, l_pid=1519466008}) = 0 fcntl(11, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = -1 EACCES (Permission denied) close(11) = 0

Am I doing anything wrong or is this some weird startup issue / race condition in the parentlock management?

Thank you for looking into this.

  -Sanjiyan

PS: I can upload the full strace file for both scenarios if needed. Thanks again.

     running on an xubuntu distribution "22.04.2 LTS (Jammy Jellyfish)"

Задан Sanjiyan 4 месяца назад

Последний ответ от zeroknight 3 месяца назад

Stop jumping to a new search box or the address bar when searching. V122

Yes I have tried everything that has been written or suggested on how to fix the fixup. Still nothing has worked. About:config everything has been set to false that has b… (читать ещё)

Yes I have tried everything that has been written or suggested on how to fix the fixup. Still nothing has worked. About:config everything has been set to false that has been suggested. It seems this latest version wants to eliminate our ability to customize and you even know how dangerous this is.

Задан justoriole 3 месяца назад

Последний ответ от zeroknight 3 месяца назад

Latest update slowing pc down.

Dear Team. As always thanks for a great browser... I had a Firefox update come through this morning (through the browser prompt). After installing the update the pc becam… (читать ещё)

Dear Team. As always thanks for a great browser... I had a Firefox update come through this morning (through the browser prompt). After installing the update the pc became extremely sluggish. Thought it may need a restart so restarted the pc but pretty much the same issue? Slow, delayed and sluggish.

I checked what was running in the back ground and other than the usual microsoft nonsense and background stuff it showed 30 instances of Firefox running taking up 82% of the memory. I always have one browser with 8 tabs running by default.

I'm running an i7 processor with 8gig of ram which should be more than ample. Any thoughts / ideas would be most welcome. Once again, thanks for the best browser....

Best regards, Kev Brown. Brocott UK

Задан Kevin Brown 3 месяца назад

Последний ответ от zeroknight 3 месяца назад

FireFox not logging on the SirusXM

I have been trying to logon to my SirusXM account for 30 minutes. I enter the email address for the account and it says it can't find it. Then Find Username link tells … (читать ещё)

I have been trying to logon to my SirusXM account for 30 minutes. I enter the email address for the account and it says it can't find it. Then Find Username link tells me to use the email it can't find. Repeated several times. Even got online with SirusXM chat pop up and they told me to use the email it "can't find". The email is/was typed correctly. The FireFox is the latest update. The OS is Windows 11 (updated) and the hardware is an I9-12900HX, 32 gig laptop. More than adaquate. So on a whim I opened the logon site in Brave and voila got right in. Am I doing something wrong with Firefox?

Задан leoscott 3 месяца назад

Последний ответ от zeroknight 3 месяца назад

playing video on youtube is always choppy!

To be really homest, I never had this kin of problem in chrome, your youtube video player has too many bugs. The issues I've faced are: 1.Whenever I play a video, it is a… (читать ещё)

To be really homest, I never had this kin of problem in chrome, your youtube video player has too many bugs. The issues I've faced are: 1.Whenever I play a video, it is always choppy which is so frustrating. 2.This happened so many times, when I turn switch into full screen mode the whole app crashes.

Please look into this issue, I like the UI and that is the reason why I'm still using mozrilla on my phone.

Задан yandada.lalit 4 месяца назад

Последний ответ от Paul 4 месяца назад

Firefox being extremly laggy

I switched from windows 10 to 11 and to a new laptop. Here in my new laptop Asus tuf 15 ,even though it has better RAM , internet connection, cache memory, cores the FIRE… (читать ещё)

I switched from windows 10 to 11 and to a new laptop. Here in my new laptop Asus tuf 15 ,even though it has better RAM , internet connection, cache memory, cores the FIREFOX doesnot function properly. It's extremly laggy specially when I use YOURUBE . In my earlier HP laptop with 8 GB ram I could use 10-15 tabs at one time .It would still not lag . It could do web development at the same time I could watch youtube tutorials. But now I barely open 4-5 tabs the youtube starts freezing up to the extent that I really get frustrated. Please so something or I will have to switch to BRAVE browser or something.

Задан MANAS UNIYAL 4 месяца назад

Последний ответ от zeroknight 4 месяца назад