Ceisteanna leis an gclib seo á dtaispeáint:

Trying to find my password.

I have a Yahoo email account and Firefox has the saved password for it. I've changed the password for my Yahoo email account recently. When Firefox prompted me if I want … (tuilleadh eolais)

I have a Yahoo email account and Firefox has the saved password for it. I've changed the password for my Yahoo email account recently. When Firefox prompted me if I want to update the saved password I must have chosen "NO", I don't remember. I stayed logged in the Yahoo email account for a few days after I've changed the password. I've logged out of the Yahoo account. Now I can't log back in because I don't remember the new password I've created.

I'm wondering if Firefox has the new Yahoo email account password saved somewhere in its cache.

OS: Windows 10. Firefox: 127.0.2 (64-bit).

Réitithe Cartlannaithe 2 308

Opening Firefox with a password without setting up Firefox sync

I simply want to use a password to open Firefox. I don't want to set up Firefox sync. How can I set up a simple password as permission to open Firefox without accessing s… (tuilleadh eolais)

I simply want to use a password to open Firefox. I don't want to set up Firefox sync. How can I set up a simple password as permission to open Firefox without accessing sync?

Réitithe Cartlannaithe 2 121

Safety and privacy

For highly encrypted messages and sensitive information each time renewed or discovered for the first time cam be very intimidating for certain people. Based on the facts… (tuilleadh eolais)

For highly encrypted messages and sensitive information each time renewed or discovered for the first time cam be very intimidating for certain people. Based on the facts and past experiences, this has become extremely important to discuss and share knowledge with true and trustworthy people only to ours and others peace of mind and safety.

Réitithe Cartlannaithe 2 88

How to disable Enhanced Tracking Protection on all sites and for every FF session. Choosing Custom, and deselecting all check boxes doesn't work.

I have tried the suggestions as described in the following article: https://support.mozilla.org/bm/questions/1273784 However, am still having the issue. It's as if the s… (tuilleadh eolais)

I have tried the suggestions as described in the following article: https://support.mozilla.org/bm/questions/1273784 However, am still having the issue. It's as if the settings are totally ignored. I am using version 108.0a1 of Firefox developer edition. Ideally what am trying to achieve is away to disable all features of ETP. I figured setting it to custom with all values unchecked would have done the trick but it's not working. What works is if I add the site to the list of Exceptions for Enhanced Tracking Protection, then I will see all Ads loaded just fine on the page. However, this is not viable for me as I have a large list of sites that I visit, and I need to see the ads on them.

Does anyone know of a way to get around this feature in FF?

Is there another setting am missing from the previous article?

Réitithe Cartlannaithe 2 454

How do I receive audible notifications on on my Macbook Pro of a new substitute teaching job offer from Frontline Education.com?

Currently I must sign on to Frontline Education to see if there are any new substitute teaching job offers available 24/7. I would like to receive audible notifications … (tuilleadh eolais)

Currently I must sign on to Frontline Education to see if there are any new substitute teaching job offers available 24/7. I would like to receive audible notifications on my Macbook Pro or Apple ipad or Apple iphone to alert me to a new job offer so that I can then go to my device and look at the job offer. Thank you. John Marshall

Réitithe Cartlannaithe 2 158

Correct syntax for privacy.fingerprintingProtection.granularOverrides?

Hello, I am trying to force two or three websites to detect my timezone as UTC, even though my local system time is not UTC. I figured out how to do this with ALL sites b… (tuilleadh eolais)

Hello,

I am trying to force two or three websites to detect my timezone as UTC, even though my local system time is not UTC. I figured out how to do this with ALL sites by setting privacy.fingerprintingProtection to "true" and entering "+JSDateTimeUTC" in privacy.fingerprintingProtection.overrides in about:config.

Now according to docs, privacy.fingerprintingProtection.granularOverrides "can be used to add or remove features on a domain granular level if privacy.fingerprintingProtection is enabled," but I can't figure out how to get it working.

Any input is appreciated.

Réitithe Cartlannaithe 2 178

Payment Methods of Settings Exposed vs Passwords Being Protected

Hi there, I'll preface this by saying that I use a Primary Password (formerly Master Password) to protect my information on my computer. Today I was going to pay a bill a… (tuilleadh eolais)

Hi there,

I'll preface this by saying that I use a Primary Password (formerly Master Password) to protect my information on my computer.

Today I was going to pay a bill and noticed I couldn't autofill my payment methods. So, I went to my settings to get my payment information to copy paste it. I found out that when I go to look at my payment methods, even with a primary password, I can just double click on my saved CC information and it opens up showing everything. This contrasts with saved passwords where if I were to go look at one of my passwords, I have to confirm my password again before I can look at it. In my opinion, this is a security risk and it's quite odd that it is just readily available like that. There really should be another step to confirm your password before autofilling/checking it in settings. I see there is a 'device sign in' option in settings, but that's not really what I had in mind.

I'd love to hear from you if there is a way to add this protection or if there is technical reasoning behind this. Thank you,

Réitithe Cartlannaithe 2 123

Firefox Privacy Enhanced Mode inadvertently blocking OneTrust privacy software domains

We use a privacy technology vendor named OneTrust to power much of our privacy infrastructure. This morning, two websites reported Firefox users are encountering site fun… (tuilleadh eolais)

We use a privacy technology vendor named OneTrust to power much of our privacy infrastructure.

This morning, two websites reported Firefox users are encountering site functionality problems when trying to exercise their privacy rights, such as opting out of sharing data and targeted advertising. My team investigated and was able to reproduce the reported bug.

We discovered the cause of the bug is that Firefox's Privacy Enhanced Mode is by default blocking two domains from our privacy vendor OneTrust which are critical to the functioning of our CMP (Consent Management Platform): - cookielaw.org - onetrust.com

These two domains are used solely for the essential services needed to run our privacy software. They're not used for marketing, sales, or advertising. Blocking them not only causes site functionality issues it keeps our users from being able to exercise their privacy rights.

I've attached two screenshots here showing the network calls and domains.

Can Mozilla please quickly review this bug and remove these two domains from the blocklist powering Privacy Enhanced Mode?

Réitithe Cartlannaithe 2 188

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 pr… (tuilleadh eolais)

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?

Réitithe Cartlannaithe 2 183

how do I access an email sent to my relay address

I have an answer to a sent email to my firefox "relay" address and cannot find a way to retrieve it from that "relay" email. How do I access that generated email site? … (tuilleadh eolais)

I have an answer to a sent email to my firefox "relay" address and cannot find a way to retrieve it from that "relay" email. How do I access that generated email site?

Réitithe 2 127

AI policies

The only reason I have been using firefox all this time because it does not use ai features and has more trustworthy policies for user data. Given the recent ceo change a… (tuilleadh eolais)

The only reason I have been using firefox all this time because it does not use ai features and has more trustworthy policies for user data. Given the recent ceo change and his opinions about ai features if it is true and ai is added I will stop using this browser and I know a lot of people will also do it.

Réitithe 2 396

Access to Website Being Denied: Brute Force Bot Was Blocked

When using Firefox (latest) and attempting to login into a website I get an error (see attached image) generated by the host's server's firewall. It appears it thinks I'm… (tuilleadh eolais)

When using Firefox (latest) and attempting to login into a website I get an error (see attached image) generated by the host's server's firewall. It appears it thinks I'm a bot. When I use Firefox's privacy mode I don't get this error. I would prefer not to use privacy mode. I contacted the administrator of the website I'm attempting to access and he couldn't offer any help.

When I use Google Chrome browser I don't encounter the above problem. This leads me to believe it's not an issue with my Avast Anti-Tracking and Antivirus settings.

Any help would be appreciated.

Chrys

Réitithe Cartlannaithe 2 175

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 Fire… (tuilleadh eolais)

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?

Réitithe Cartlannaithe 2 214

How to setup ESNI in Firefox 91 on Windows

After watching this video https://www.youtube.com/watch?v=mAfY_bNJTBI i went to https://www.cloudflare.com/ssl/encrypted-sni/ and did the test. Result is 3/4. (See screen… (tuilleadh eolais)

After watching this video https://www.youtube.com/watch?v=mAfY_bNJTBI i went to https://www.cloudflare.com/ssl/encrypted-sni/ and did the test. Result is 3/4. (See screenshot below) Secure DNS, check DNSSEC, check TLS 1.3 check Enrypted SNI, fail In Firefox i tried doing exactly what the person did in the video but i dont have the settings he is showing in about:config Why is that? (Below you can see the screenshot, those settings are missing from about:config)

So my question reamins simple, how can i enable Enrypted SNI in Firefox?

Réitithe Faoi Ghlas Cartlannaithe 2 603