顯示下列標籤的問題:

Firefox is creating cookies.sqlite.bak file when i enter twitch.tv

Hi, Today I discovered that firefox has logged me out of every site. I checked the cookies and there were cookies.sqlite and cookies.sqlite.bak. When I delete the newly … (閱讀更多)

Hi, Today I discovered that firefox has logged me out of every site. I checked the cookies and there were cookies.sqlite and cookies.sqlite.bak. When I delete the newly created cookies.sqlite and rename cookies.sqlite.bak to cookies.sqlite, I am logged back in to all sites and everything works fine. I notice that the cookies.sqlite.bak file is created when I go to twitch.tv. Can I check what is causing this problem and fix it somehow? I've already tried deleting the cookies just from the twitch.tv site, but that doesn't help.

封存 12 289

Video/audio issue

Today, Firefox stopped playing audio on Facebook videos and won't play Netflix videos at all (Netflix error code: F7701-1003). Youtube works fine and has audio, but sever… (閱讀更多)

Today, Firefox stopped playing audio on Facebook videos and won't play Netflix videos at all (Netflix error code: F7701-1003). Youtube works fine and has audio, but several other video sites I've tried have video but no audio. It was all working fine yesterday and I haven't changed any settings.

These websites work fine with both audio and sound on Microsoft Edge on the same laptop, so this is a problem exclusive to Firefox. OS is Windows 11 Home 23H2, Firefox is latest version (129.0.2)

Things I've tried: 1. Refresh Firefox settings 2. Download and install fresh copy of Firefox 3. Toggle DRM content in setting on/off - no difference no matter what is selected 4. Ensure that 'remember history' is selected 5. Check for Windows updates 6. Uninstall audio driver, restart and fresh install of audio driver 7. Ensure it's not in private mode 8. Turn off all extensions 9. Check volume mixer allows sound for Firefox 10. Clear the cache and cookies

I can't find any more suggestions on the internet, so any further suggestions welcome!

已解決 封存 12 481

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… (閱讀更多)

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

封存 12 135

No confirmation email for Firefox Sync received

I try to set up Firefox Sync on Firefox on a VM on Fedora. I enter my e-mail and password. Then I get the message (after retrying): "Email resent. Add accounts@firefox.co… (閱讀更多)

I try to set up Firefox Sync on Firefox on a VM on Fedora. I enter my e-mail and password. Then I get the message (after retrying): "Email resent. Add accounts@firefox.com to your contacts to ensure a smooth delivery." However, I do not get the email with the confirmation code.

My email address has this format j@xxxxx.org

已解決 封存 12 672

Thin white border left when fit screen

Hi, i just got a new laptop (Asus Zephryus G16, 2560 x 1600 screen) and after installing Firefox there is a thin white border to the left of the screen when running in fi… (閱讀更多)

Hi, i just got a new laptop (Asus Zephryus G16, 2560 x 1600 screen) and after installing Firefox there is a thin white border to the left of the screen when running in fit screen. This problem is not present when in a windowed mode or in F11 full screen.

I tried updating the Intel Arc drivers but this did not fix the problem. Changing to compatibility mode also did not fix te problem.

PS: in the uploaded screenshots it is quite dificult to see the white line(because the background is also white), but when the image is viewed in a new tab it is visible.

Thanks

已解決 封存 12 758

Primary Password issue

I am migrating to a new laptop. The new laptop keeps asking me for a primary password. I have never set one up. This issue doesn't happen on the old machine, only the new… (閱讀更多)

I am migrating to a new laptop. The new laptop keeps asking me for a primary password. I have never set one up. This issue doesn't happen on the old machine, only the new one. It also won't let me disable the pop-up that asks for the primary password. Please advise.

封存 12 198

firefox version 129 continues to not play HD amazon prime videos

As noted by others about recently-prior versions of Firefox, version 129 ALSO fails to play videos (on Amazon Prime) at HD even though other browsers, Chrome and Edge as … (閱讀更多)

As noted by others about recently-prior versions of Firefox, version 129 ALSO fails to play videos (on Amazon Prime) at HD even though other browsers, Chrome and Edge as examples, work perfectly well. This problem MAY have started with a fairly recent version of Firefox (like 127 or 128). See the post right here by another user, earlier Firefox version, with the EXACT same problem:

https://support.mozilla.org/en-US/que.../1455729

封存 12 153

window.close() is not working

SLES 15.5 QU2 in Mozilla Firefox 115.8.0esr was not supporting window.close() even i added user_pref("dom.allow_scripts_to_close_windows", true); in user.js and prefs.js… (閱讀更多)

SLES 15.5 QU2 in Mozilla Firefox 115.8.0esr was not supporting window.close() even i added user_pref("dom.allow_scripts_to_close_windows", true); in user.js and prefs.js

封存 12 45

spell check feature

I realize Facebook doesn't have a spell check feature,but is there a way my browser, Firefox, which I already have spell check enabled can somehow spell check Facebook wh… (閱讀更多)

I realize Facebook doesn't have a spell check feature,but is there a way my browser, Firefox, which I already have spell check enabled can somehow spell check Facebook when I chat? Can someone help? Thank you.

已解決 封存 12 452

Emulate Chrome/Edge Open In New Tab Behaviour

Hi, I'm switching from Edge and have a frustrating issue. In Edge I am very used to having separate behaviour for links with left and middle click. i.e. from Gmail, if I … (閱讀更多)

Hi,

I'm switching from Edge and have a frustrating issue.

In Edge I am very used to having separate behaviour for links with left and middle click.

i.e. from Gmail, if I left click a link it opens in a new tab and switches to the tab, if I middle click a link it opens in a new tab but stays on the current tab

In Firefox both seem to be controlled by the single setting.

I have looked in about:config and tried changing a few flags but cannot seem to find a combination that works how I want it.

Can anyone help?

This is a real dealbreaker for me and I will switch back if there's no solution :(

TIA

封存 12 243

Not able to load sites

I was able to open reddit.com without any problems earlier, but recentrly I'm not able to load it up anymore. The loading screen is eternal and it doesnt show any kind of… (閱讀更多)

I was able to open reddit.com without any problems earlier, but recentrly I'm not able to load it up anymore. The loading screen is eternal and it doesnt show any kind of error (unless it tries to connect for too long like a couple of minutes, then the error does shows up). The site still sends me notificarions through the browser though. Any other site loads up without a problem. I tried to use methods mentioned in the help article (turned off proxy, turned on network.dns.disableIPv6, deleted cookies and cache). In other browsers (Edge, for example) reddit.com loads just fine. Please help me if you can.

封存 11 180

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… (閱讀更多)

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?

封存 11 90

Unable to delete cookies/cache due to gray button

Cannot delete cookies nor cache due to a grayish button. First it works fine, after a few hours, buttons are gray. Also sync seems not to work anymore when this happens. … (閱讀更多)

Cannot delete cookies nor cache due to a grayish button. First it works fine, after a few hours, buttons are gray.

Also sync seems not to work anymore when this happens.

封存 11 36

Firefox constantly crashing

I'm using openSUSE Tumbleweed and KDE Plasma. Ever since I updated to Plasma 6.1, Firefox crashes constantly when using Wayland. I'm not having this problem if I'm using … (閱讀更多)

I'm using openSUSE Tumbleweed and KDE Plasma. Ever since I updated to Plasma 6.1, Firefox crashes constantly when using Wayland. I'm not having this problem if I'm using X11. Crash reports are sent after every crash so I'm sure someone can reference these. When starting Firefox from a console, I got this message after a crash: "[GFX1-]: Wayland protocol error: wp_linux_drm_syncobj_surface_v1#67: error 5: explicit sync is used, but no release point is set"

Will this get fixed with the next Firefox update? Currently using 127.0.

封存 11 126

Get profile from old computer to new one

It's not clear to me from the general help instructions how to get my passwords and bookmarks from my old computer to my new one. All the files from my old computer were… (閱讀更多)

It's not clear to me from the general help instructions how to get my passwords and bookmarks from my old computer to my new one. All the files from my old computer were transferred into one big folder and placed on the Desktop of my new computer. I don't know how to find the right file in the backup and where I need to copy it to on my new computer. I know a while ago I had to recover my passwords, but I forget the steps I went through and it was all on the same computer so slightly different situation although as I recall it was not all that difficult. Any help would be greatly appreciated.

已解決 封存 11 16465

firefox freezes when I click in the address bar

Very similar to -> https://support.mozilla.org/en-US/questions/1427103 My firefox now freezes when I click in the URL bar. NO solution I have found so far other than t… (閱讀更多)

Very similar to -> https://support.mozilla.org/en-US/questions/1427103

My firefox now freezes when I click in the URL bar. NO solution I have found so far other than task manager -> end task and restart the browser. Occasionally that will work, other times it will immediately freeze again.

Historically I have had a LOT of tabs open, more recently less than 20 tabs. I have never seen the issue before.

Windows 10 22H2 Ryzen 3600 32GB RAM Nvidia RTX 3060 LHR 3 Monitors 2 - 1920x1200, 1 - 1920x1080

What I have tried so far: - reboot - restart firefox - "refresh" firefox - troubleshooting mode - removed all extensions - removed some extensions - reduced tabs down to a few - tried to click in the start page search instead of url bar - turned off hardware acceleration - turned on hardware acceleration - turned off TLS DNS - using only 1 window at a time instead of 2 or 3 - waited for an hour or so and window did not become responsive

None of these solutions fixed the issue. A screenshot would be useless as the window looks fine, but the UI is unresponsive.

封存 11 126

Synching desktop and mobile Firefox bookmarks

I have a Firefox account in order to use the sync capabilities. After a sync between desktop and phone the desktop bookmarks are on my phone in an extra folder "desktop b… (閱讀更多)

I have a Firefox account in order to use the sync capabilities. After a sync between desktop and phone the desktop bookmarks are on my phone in an extra folder "desktop bookmarks" and vice versa the phone bookmarks are in folder "Mobile bookmarks" in my desktop Firefox. Is this normal behaviour? I would expect them in one common folder to have a seamless synching.

Best regards, Walter

封存 11 315

ABOUT TABS

WHY THE TABS ARE CLOSED IN TASK MANAGER ONBOARD INSTEAD TO BE SUSPENDED LIKE ON CHROME,OPERA,EDGE ETC. ?

封存 11 153

Video does not play audio when I try to watch videos through duck duck go

I have tried watching videos through chrome and other browsers by searching something via duck duck go and watching that video on duck duck go, and it works on other brow… (閱讀更多)

I have tried watching videos through chrome and other browsers by searching something via duck duck go and watching that video on duck duck go, and it works on other browser so it must be specific to firefox.

Whenever I try to watch a video, in the drop down bar firefox select to mute audio for some reason. I then select 'allow audio and video' and refresh the page but the video is still muted for some reason. This also happens when I try to use other video sites. This has only started to happen recently in the past two days (and yes I am updated to the latest version of firefox).

已解決 封存 11 2046