Отображение вопросов с тегом:

Getting PR_CONNECT_RESET_ERROR on websites which use TLS/SSL

For the past few days when I have tried to log into a few websites which use TLS/SSL I have gotten PR_CONNECT_RESET_ERROR. Please see the attached screenshot for more det… (читать ещё)

For the past few days when I have tried to log into a few websites which use TLS/SSL I have gotten PR_CONNECT_RESET_ERROR. Please see the attached screenshot for more details. This issue was observed ever since I updated to Firefox version 124.x. Prior to that the websites were working fine.

When I try to access the same websites and try to log into them using Microsoft Edge, I do not face a similar issue. They work fine.

I have cleared the browser cache, restarted firefox, and then tried. Still faced the same issue. I have cleared the DNS cache of Firefox browser (about:networking#dns) and then tried. Still faced the same issue. I have opened Firefox in Safe mode (Menu > Help > Troubleshooting mode) and still faced the same issue.

Can someone please help me in fixing the issue? I would like to refrain from using MS Edge or chrome browser.

Решено Архивировано 13 20560

"Customer not provided" error leads to site lockout

I have a site where I have a valid login and password. I can login in Edge and FF Private Window, but in FF I get the attached message. Coninued tries gets me locked out … (читать ещё)

I have a site where I have a valid login and password. I can login in Edge and FF Private Window, but in FF I get the attached message. Coninued tries gets me locked out for 24 hours.

I have whitelisted the site. Cleared caches and cookies, etc.

What does this mean and how can I fix it?

Thanks!

Архивировано 13 90

Forced dark mode needs to be gone for good

The fucking forced dark mode has return despite the previous fix layout.css.prefers-color-scheme.content-override = 1 in about:config fixing it for years. This and the cu… (читать ещё)

The fucking forced dark mode has return despite the previous fix layout.css.prefers-color-scheme.content-override = 1 in about:config fixing it for years. This and the current replacement fixes don't save. I want a solution for PERMANENT light mode (black text on white background) for ALL menus, pop-ups, dropdown menus and hover over tab info.

And don't tell me to go search for a different theme I've already spent hours doing that and firefox has broken them only making some menus use the appropriate mode. On top of that I can't even pick an option to search for one that uses light mode I just have to go through each one and try it if I want to know which mode it uses that is NOT a solution to anything.

Replacement "fixes" for reference: ui.systemUsesDarkTheme won't even let me set to 0 only has true/false browser.theme.content-theme set to 1 browser.theme.toolbar-theme set to 1 (Why in the absolute hell these were added when a simple addition to preference setting wasn't is beyond me)

Very sorry for the aggressiveness but I am so very VERY tired of having to fight firefox on this preferance for years when their dark mode hurts my eyes.

Архивировано 13 359

Profile backup doesn't work

Hi, I have a disaster situation. I backed up my profile and then I wiped my computer running Ubuntu 20.04. I replaced it with Ubuntu 24.04. Now my profile seems to not be… (читать ещё)

Hi, I have a disaster situation. I backed up my profile and then I wiped my computer running Ubuntu 20.04. I replaced it with Ubuntu 24.04. Now my profile seems to not be compatible with the Firefox installation on Ubuntu 24.04.

I followed this official instructions: https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles

I put my old profile in the ~/snap/firefox/common/.mozilla/firefox/ folder and I set the correct values in profiles.ini. But sadly when I start Firefox all my passwords, extensions and history are not there. I lost everything.

I'm super desperate. Please tell me I can fix this somehow. Why is the official documentation lying?

Архивировано 13 229

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 505

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 682

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

New Addons blank on Firefox restart, return when disabled and enabled.

New addons on Firefox become blank on restarting the browser. They return when I manually disable and enable them once. How to fix this? Doesn't happen to older addons. … (читать ещё)

New addons on Firefox become blank on restarting the browser.

They return when I manually disable and enable them once.

How to fix this? Doesn't happen to older addons.

Архивировано 12 223

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 145

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 257

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 154

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 761

DuckDuckGo search

It seems since the latest update to FireFox (129.0) I am no longer able to pick a search engine to use, I can click on DuckDuckGo or any other choice for a search and no … (читать ещё)

It seems since the latest update to FireFox (129.0) I am no longer able to pick a search engine to use, I can click on DuckDuckGo or any other choice for a search and no search engine will come up?? Thank You for any help or suggestions.

Архивировано 12 275

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 442

Wont load Death Records

West Virginia has a website to download old death certificates, but they wont load. There's nothing but a blank page. I'm not positive that it's a Firefox problem, as a … (читать ещё)

West Virginia has a website to download old death certificates, but they wont load. There's nothing but a blank page. I'm not positive that it's a Firefox problem, as a friend of mine who uses IE cant load them either, however, she CAN load them on her Tablet. As a historian, I really need to get these records for my research, so I was wondering if someone could go to the site and see of the records appear for them to be downloaded. This is a direct link to one of the records:

link text

While this is the main page were you enter the name you are looking for: link text

If you discover anything, please let me know. Thanks!

Решено Архивировано 12 212

Update to beta prompt

Fx 124.0 Why am I getting these notifications? I have the latest version, but this prompt not only asks me to update, but there's no mention that it will install the beta… (читать ещё)

Fx 124.0

Why am I getting these notifications? I have the latest version, but this prompt not only asks me to update, but there's no mention that it will install the beta 125.0 beta 1

Архивировано 12 264

Volume asjustment

Whenever I log on to my bank's web site, I'm sent an audible signal that invites me to start a chat session with a bank agent. The problem is that the audible alert is so… (читать ещё)

Whenever I log on to my bank's web site, I'm sent an audible signal that invites me to start a chat session with a bank agent. The problem is that the audible alert is so loud that it startles me. This is very annoying. I called the bank's help line and was told there was no way they could adjust the sound volume. I would like to know if it's possible for Firefox to decrease the volume for that web site.

Архивировано 11 201

PDF are often rendered unreadable, with desktop background showing through (screenshot attached)

I often run into issues with PDFs in Firefox Linux. They either appear totally blank (typically after suspend/restore), or they appear with the desktop background showing… (читать ещё)

I often run into issues with PDFs in Firefox Linux. They either appear totally blank (typically after suspend/restore), or they appear with the desktop background showing through (as in the attached screenshot).

Hard refreshing the page doesn't change anything, opening a new tab and opening the PDF again doesn't change anything, opening a new window and loading the PDF doesn't change anything.

The screenshot is with this PDF: https://www.sgsw.ch/home/strom/_jcr_content/Par/sgsw_accordion_list_1838160259/AccordionListPar/sgsw_accordion_12353/AccordionPar/sgsw_downloadlist/DownloadListPar/sgsw_download_1049323524.ocFile/2023-08-31%20Mitteilung%20Elcom%20Erh%C3%B6hung%20Elektrizit%C3%A4tspreise%20f%C3%BCr%20das%20Jahr%202024.pdf

It renders correctly in Chromium.

Firefox 126.0 using the recommended performance settings on Mint 21.3, nvidia quadro p620 using the official nvidia drivers v535.171.04-0ubuntu0.22.04.1

Архивировано 11 129

Account disconnected

Recently installed a "cleaner" app called PrivaZer. Ran the app and rebooted as part of the process which also included creating a restore point. Once system rebooted an… (читать ещё)

Recently installed a "cleaner" app called PrivaZer. Ran the app and rebooted as part of the process which also included creating a restore point. Once system rebooted and logged in, pinned tabs were gone?! Using the created restore point did NOT restore the pinned tabs. Is there a way to recover the pinned tabs? Thanks in advance. FRANK

Архивировано 11 378

Enabling certain security related settings

I already occasionally run into sites that don't behave well with Firefox, forcing me to use another browser in some cases. Will enabling these settings tend to contribut… (читать ещё)

I already occasionally run into sites that don't behave well with Firefox, forcing me to use another browser in some cases.

Will enabling these settings tend to contribute to exacerbating the problems?

Архивировано 11 201