คำถามที่แสดงป้ายกำกับ: แสดงคำถามทั้งหมด
  • แก้ไขปัญหาแล้ว

Most sites will not connect due to security issues

I am running Firefox 126.0-1 on an Arch Linux system. Most websites are failing to connect for security reasons. Some sites, including google.com and nytimes.com, fail w… (อ่านเพิ่มเติม)

I am running Firefox 126.0-1 on an Arch Linux system. Most websites are failing to connect for security reasons.

Some sites, including google.com and nytimes.com, fail with an "SEC_ERROR_UNKNOWN_ISSUER" error, and their certificates confirm that they are respectively issued by Google Trust Services LLC and DigiCert Inc.

The website archlinux.org errors with "MOZILLA_PKIX_ERROR_MITM_DETECTED", stating that "Software is Preventing Firefox From Safely Connecting to This Site", citing in particular ISRG Root X1 as the problem. The certificate confirms that it is issued by Let's Encrypt.

The website duckduckgo.com simply errors with "SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID" and states "Secure Connection Failed"

I have confirmed in preferences that my proxy settings are set to "No proxy" and the problem persists across troubleshooting mode and making a new profile. I have also tried removing the cert9.db file in a given profile folder.

Asked by david.carlip 2 สัปดาห์ก่อน

Answered by david.carlip 2 สัปดาห์ก่อน

  • แก้ไขปัญหาแล้ว

macOS disable Firefox default browser prompt non-interactively

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser. I am using the following script to create the profile and set the user p… (อ่านเพิ่มเติม)

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser.

I am using the following script to create the profile and set the user preferences after installing Firefox by copying `Firefox.app` from the downloaded DMG: ```

  1. !/bin/sh

open -a Firefox.app --args -CreateProfile default sleep 1

write_userpref() { USER=$(whoami) PROFILE=$(ls -1 "/Users/${USER}/Library/Application Support/Firefox/Profiles/" | grep -E "\.default$") cat << EOF > "/Users/${USER}/Library/Application Support/Firefox/Profiles/${PROFILE}/user.js" // mandatory comment? user_pref("app.update.auto", false); user_pref("app.update.disable_button.showUpdateHistory", false); user_pref("app.update.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.discovery.enabled", false); user_pref("browser.defaultbrowser.notificationbar", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", false); user_pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true); user_pref("browser.newtabpage.enabled", false); user_pref("experiments.enabled", false); user_pref("extensions.pocket.enabled", false); user_pref("toolkit.telemetry.enabled", false); user_pref("update_notifications.enabled", false); EOF }

write_userpref

open -a Firefox.app --args -new-tab -P default "about:blank" sleep 3 osascript -e 'quit app "Firefox"' sleep 2

open -a Firefox.app --args -P default about:blank ```

Here's the behaviour I'm seeing:

  1. Firefox starts to an `about:blank` tab, however there is a second "Firefox Privacy Notice" tab
  2. AppleScript quits Firefox
  3. Firefox starts to an `about:blank` tab, however it is now prompting me to make it the default browser

I do not want Firefox to prompt the user to become the default browser.

My ideal scenario is that Firefox starts without the "Firefox Privacy Notice" tab and without prompting me to make it the default browser. From the observed behaviour, this doesn't seem possible.

Can anyone tell me how I can accomplish this without user interaction or MDM?

Asked by hal.martin 2 สัปดาห์ก่อน

Answered by hal.martin 2 สัปดาห์ก่อน

  • แก้ไขปัญหาแล้ว

How do YouTube recommendations identify my Firefox?

The story is when I accidentally clicked on a sick video, YouTube start to recommend me similar sick videos. So my question is how does YouTube get my identity? I'm no… (อ่านเพิ่มเติม)

The story is when I accidentally clicked on a sick video, YouTube start to recommend me similar sick videos.

So my question is how does YouTube get my identity?

I'm not logged in. my profile is actually a snapshot, so when I restart Firefox, it go back to the snapshot. I even restarted my ISP router to get a new IP address. This did not work.

Only when I create a new profile with "firefox -P" does YouTube start to see me as a new person.

So how does YouTube identify my Firefox profile? I don't think it's in the https request headers. Weird.

Asked by hi210 1 เดือนก่อน

Answered by Paul 1 เดือนก่อน

  • แก้ไขปัญหาแล้ว

I can't log out from a site using an old version of firefox. Impossible to get locked out anymore which would be important though!

Hi I have been using firefox on linux for a while without updating it. We are artsellers and I used to be able to log in and out of an artplatform without any problems. I… (อ่านเพิ่มเติม)

Hi I have been using firefox on linux for a while without updating it. We are artsellers and I used to be able to log in and out of an artplatform without any problems. It's now been a few weeks since logging out is not possible any more on this platform which means that I am constantly logged in which I really do not want. The menu does not work anymore on this side whereas it works with other browers. I already contacted the platform. They cannot do anything about it themselves and asked me to contact your team. Please help. Thank you Best regards from Germany C. Marsac

Asked by asupta 1 เดือนก่อน

Answered by asupta 1 เดือนก่อน

  • แก้ไขปัญหาแล้ว

cannot enable payment methid auto-fill in Firefox

hello, I've been trying to follow Firefox's official guide in the docs and ready 3rd party articles in order to enable payment method auto-fill in Firefox. however, this … (อ่านเพิ่มเติม)

hello, I've been trying to follow Firefox's official guide in the docs and ready 3rd party articles in order to enable payment method auto-fill in Firefox. however, this section seems to be missing from my settings page.

under Privacy and Security, I cannot find anything to do with saved payment methods or the checkbox to enable payment method auto-fill.

how can I resolve it?

Asked by YOTAM GUTTMAN 1 เดือนก่อน

Answered by TyDraniu 1 เดือนก่อน

  • แก้ไขปัญหาแล้ว

Security Concerns: Saved forms (across VMs) and password (after clearing all history).

v155.9.1esr Debian 12 I'm testing different Debian 12 on multiple VMs, it came to my surprise to see that my VPN hash I used on a website the day before was saved by Fir… (อ่านเพิ่มเติม)

v155.9.1esr Debian 12

I'm testing different Debian 12 on multiple VMs, it came to my surprise to see that my VPN hash I used on a website the day before was saved by Firefox on the new VM.

The Sync was on but then which one saved my form (hash)?

  1. Numbered list item Logins & Passwords ? note: The hash was not a login but a form. If Firefox saves all the form, you should explicitly rename Logins by any forms/inputs.
  2. Numbered list item History? note: I hope this is only URLs.

If Firefox is savings "forms" (input fields) not just "logins" then it should be explicitly written. Is it an expected behavior?

Asked by debvmtesting 1 เดือนก่อน

Answered by cor-el 1 เดือนก่อน

  • แก้ไขปัญหาแล้ว

Problems with the automatic pre-assignment of input fields

Revision: 115.9.1esr (64-Bit) for openSUSE Leap (15.5) Some months ago, I unfortunately typed a password in the username field of a local page (access to my Internet box… (อ่านเพิ่มเติม)

Revision: 115.9.1esr (64-Bit) for openSUSE Leap (15.5)

Some months ago, I unfortunately typed a password in the username field of a local page (access to my Internet box, oh Noes).

Since then, it appears each time I remove the access data in the Firefox settings. When entering data again for a login without password enquiry, the password becomes invisible again, and vice-versa.

It is impossible to show the phenomenon using a screenshot, as the password immediately disappears.

Asked by pebredai 1 เดือนก่อน

Answered by cor-el 1 เดือนก่อน

  • แก้ไขปัญหาแล้ว

YouTube in the hosts file is ignored since version 125.0b1 Developer edition

It doesn't matter if I add www.youtube.com site to hosts file in Linux and delete cache, Firefox just doesn't block it, bypassing my meassures to prevent me to get hooked… (อ่านเพิ่มเติม)

It doesn't matter if I add www.youtube.com site to hosts file in Linux and delete cache, Firefox just doesn't block it, bypassing my meassures to prevent me to get hooked up here. It was blocking everything as expected some weeks ago. I also tried redirecting to different IP's and it didn't work.

After some checks, I noticed:

  • It happens only with www.youtube.com, it doesn't happen with youtube.com (without www)
  • Other common pages like other Google pages, Facebook, TikTok or Instagram, get succesfuly blocked by hosts file as expected
  • I have tested creating new profiles with about:profiles, but the issue continues
  • The issue started after Firefox Developer Edition version 125.0b1 as you may notice in the images attached.
  • I also tested with the latest nigthly version and the issue continues.
  • DNS over HTTP (DOH) doesn't seems to be the problem since it seems that my network doesn't met the requirements to enable it, and if I manually make sure it's disabled, the issue still continues.
  • Chromium browser blocks www.youtube.com as expected, so that indicates my PC might be correctly configured

Asked by juandhdez94 2 เดือนก่อน

Answered by zeroknight 2 เดือนก่อน

  • แก้ไขปัญหาแล้ว

Lost Saved Passwords in Firefox; Restored by with Safe Mode; Not Restored in Normal Mode with Adds-on Disabled

I've been using Firefox and it's saved numerous passwords. However, these disappeared suddenly. Through testing, I discovered they reappear when I restart Firefox in Safe… (อ่านเพิ่มเติม)

I've been using Firefox and it's saved numerous passwords. However, these disappeared suddenly. Through testing, I discovered they reappear when I restart Firefox in Safe Mode (achieved via about:profiles => restart with adds-on disabled). Yet, re-enabling add-ons (restart in normal mode) causes the passwords to vanish again. Interestingly, disabling the add-ons in normal mode doesn't restore password access.

Looking for solutions or insights.

Asked by elijahgalahad 2 เดือนก่อน

Answered by elijahgalahad 2 เดือนก่อน

  • แก้ไขปัญหาแล้ว

How can I stop a piece of history from being shown in "Firefox Suggestions", which was made on an unapproachable device?

I just want to stop a piece of my own history from being shown on "Firefox Suggestion", which was made with a firefox browser on my previous device and is relatively priv… (อ่านเพิ่มเติม)

I just want to stop a piece of my own history from being shown on "Firefox Suggestion", which was made with a firefox browser on my previous device and is relatively private.(I know I can do this by modifying "Search Suggestions->Show search suggestions ahead of browsing history in address bar results", but I would like to preserve the function itself). That device is permanently unapproachable, and so is that browser. I tried "Clear recent history -> Everything", but it didn't work as expected and that is still shown. I think clear all my history(not only those made on this currently used device) may help, how can I do it?

Asked by cheng.cheng56 2 เดือนก่อน

Answered by cheng.cheng56 2 เดือนก่อน

  • แก้ไขปัญหาแล้ว

Explore add-ons ad on new tab page

When I launch FF after rebooting an annoying ad pops up on the new page tab, the contents are: 'Get the inside scoop See the add-ons our staff use to make browsing fast… (อ่านเพิ่มเติม)

When I launch FF after rebooting an annoying ad pops up on the new page tab, the contents are:

'Get the inside scoop

See the add-ons our staff use to make browsing faster, safer, or just plain fun!'

It pops up just under the puzzle piece icon next to the address bar.

Is there a way to block it?

Asked by tmtvl 4 เดือนก่อน

Answered by zeroknight 4 เดือนก่อน

  • แก้ไขปัญหาแล้ว

Firefox Browser: Unable to block or move popup window

OS: Linux Mint 21 Browser: Firefox 121.0 There are a few sites I frequently use that popup windows that can't be blocked or moved out of its lower right position. It mos… (อ่านเพิ่มเติม)

OS: Linux Mint 21 Browser: Firefox 121.0

There are a few sites I frequently use that popup windows that can't be blocked or moved out of its lower right position. It most cases it blocks important text due to the screen/font scaling I have to use.

My browser privacy settings are set to "Strict".

Autoplay setting is: "Default for all websites: = Block all Websites"

The popup window banner reads "Trending Videos". No video or audio plays and the window is black with the error msg: Sorry, the video player failed to load.(Error Code: 104153)

There is an "X" button on the right hand side of the banner that does go into focus when I hover the cursor over it, but clicking on it does nothing.

I have tried various popup blocking addons but so far none have been able to stop these popup windows.

Suggestions please!

Monty

Asked by Slick 4 เดือนก่อน

Answered by zeroknight 4 เดือนก่อน

  • แก้ไขปัญหาแล้ว
  • เก็บถาวรแล้ว

Disabling DRM completely

I have disabled DRM content, why is firefox annoying me to enable it each time I load a website that requires it. What seems to be now the general topic, even for a simpl… (อ่านเพิ่มเติม)

I have disabled DRM content, why is firefox annoying me to enable it each time I load a website that requires it. What seems to be now the general topic, even for a simple blog... If I disabled it, I do not want to be prompted to enable it back. I know how to enable it.

Asked by david636 1 ปีก่อน

Answered by cor-el 1 ปีก่อน

  • แก้ไขปัญหาแล้ว
  • เก็บถาวรแล้ว

Log ins lost every time I start FireFox - only started happening recently.

I've checked a couple of the "similar topics" before posting here. I'm not sure if I am having the same problem or something else. Back Story: I have a "few" windows an… (อ่านเพิ่มเติม)

I've checked a couple of the "similar topics" before posting here. I'm not sure if I am having the same problem or something else.

Back Story: I have a "few" windows and tabs open in FireFox. I would finish what I was doing, shut down and then the next time I booted up and loaded FireFox, all sessions would be restored and all log ins honoured (kept). That is: I was still logged in.

(Moving to now) Yesterday I powered up and ALL sites were logged out. About 20 log ins were needed. Hmmmmm... gmail, and the rest.

"Ok... something happened. No problems, things should be ok from now. I've logged in, so all is sweet."

Today I power up: All logs ins lost. Had to go through it all again.

Gmail is throwing security alerts at me hand over fist. Yeah, that is good in some ways. I get that part. But I've logged in.

Seems - my thoughts - that the cookies aren't being saved. But why? I haven't touched them or their settings.

Yes, I did do a clean out of older cookies. But left the gmail ones, and other sites I know I use. I have `adblocker ultimate` installed.

Now I am logged in, if I open the `cookies` and look I should see them there for the sites to which I am logged in - yes?


To be clear: When I am done, I do NOT `exit` FireFox. All windows, tabs, sessions are left. I just shut down the machine. Then next time I load FireFox and they are re-loaded and log ins are maintained.

Asked by teeny_weeny 1 ปีก่อน

Answered by cor-el 1 ปีก่อน

  • แก้ไขปัญหาแล้ว
  • เก็บถาวรแล้ว

Impossible to use an unusual port number in local URL

Hi all :) From a fresh Linux Debian Bullseye I try to connect to a local machine with Firefox (v97 64-bits) by its hostname (avahi server with default domain "local… (อ่านเพิ่มเติม)

Hi all :)

From a fresh Linux Debian Bullseye I try to connect to a local machine with Firefox (v97 64-bits) by its hostname (avahi server with default domain "local") with the port 6180 bound to a remote web service port (61 is the distant machine IP and 80 is the forwarded port).

When I want to open this URL : http://bionic.local:6180/ FF displays "We can't find this site ... Unable to connect to server at bionic.local ... check your network connection and firewall"

BUT ping bionic.local works perfectly and resolve the good IP address from the Chromium navigator the same URL works without a problem, I can open the distant web site.

This workaround works : add a static resolution in the /etc/hosts file : 192.168.0.71 bionic bionic.local => so FF works in the expected way for now ! But as I said this a workaround and a bad solution.

I supposed too the port was blocked because I accessed an unusual port. So I tried this without success.

How the hell make that FF v97 allows me to use an unusual port ? Or is it bound to the domain "local" which is no more accepted by FF ?

Thank you in advance for your help. With adelphity, lnj

How to do

Asked by estebann 2 ปีก่อน

Answered by estebann 2 ปีก่อน

  • แก้ไขปัญหาแล้ว
  • เก็บถาวรแล้ว

Can't read from or write to directories symlinked across partitions

Using Ubuntu 22.04. I can upload and download files from /tmp and also from any directory on the home partition (or symlinked entirely within the home partition). However… (อ่านเพิ่มเติม)

Using Ubuntu 22.04. I can upload and download files from /tmp and also from any directory on the home partition (or symlinked entirely within the home partition). However, I have a data partition with symlinks in the home partition, and Firefox throws a permissions error when I try to read or write from or write to one of those symlinked directories. So far, Firefox is the only app that exhibits this behavior.

I believe I need to change the "Security Context" in Firefox, but I haven't been able to figure out how to do that.

I describe the problem more fully here:

https://askubuntu.com/questions/1487763/firefox-cant-read-or-write-to-directories-symlinked-across-partitions

I will have to abandon Firefox if I can't fix this.

Thanks!

Asked by rmcd 7 เดือนก่อน

Answered by rmcd 7 เดือนก่อน

  • แก้ไขปัญหาแล้ว
  • เก็บถาวรแล้ว

How to disable background connections made by Firefox to download icons for top sites page and site screenshot for recently visited sites.

Background connections made by Firefox to fetch icons and site screenshot without user permission is a privacy flaw. I have noticed this through about:processes.

Asked by firefoxenjoyer 7 เดือนก่อน

Answered by zeroknight 7 เดือนก่อน

  • แก้ไขปัญหาแล้ว
  • เก็บถาวรแล้ว

Firefox using FIDO2 Security Keys

Firefox seems to have a problem on Linux using USB Security Keys. I have two Yubico Security Keys which I use for 2FA. The problem seems to be that Firefox cannot communi… (อ่านเพิ่มเติม)

Firefox seems to have a problem on Linux using USB Security Keys. I have two Yubico Security Keys which I use for 2FA. The problem seems to be that Firefox cannot communicate with the USB port, as it doesn't make any difference whether the USB Security Key is plugged in or not, the error returned is always the same and the Security Key does not light up.

I believe Firefox's WebAuth code must be fine, as it works on Windows, which is why I think it's some kind of permissions problem. Chrome works perfectly with the Security Keys on my computer.

I've used a number of sites (I've listed a couple below) where you can test your Security Key with Firefox on KDE Neon and the error is always "UnknownError: The operation failed for an unknown transient reason":

https://www.token2.com/tools/fido2-test/ https://demo.yubico.com/webauthn-technical/registration

I cannot log into Bugzilla with GitHub as my GitHub login uses a Security Key as the second factor.

Asked by dave353 1 ปีก่อน

Answered by cor-el 1 ปีก่อน

  • แก้ไขปัญหาแล้ว
  • เก็บถาวรแล้ว

Exclude timezone from fingerprint protection

Hello, i have the issue that times are displayed in UTC as long I have enabled fingerprint protection. Is there a way to exclude time zones or to manually set the timezon… (อ่านเพิ่มเติม)

Hello, i have the issue that times are displayed in UTC as long I have enabled fingerprint protection. Is there a way to exclude time zones or to manually set the timezone I want?

I found this in about:config: privacy.fingerprintingProtection.overrides: string

Can I override the settings for the timezone?

Asked by mad-model 8 เดือนก่อน

Answered by zeroknight 8 เดือนก่อน