Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von hi210 vor 1 Jahr

Beantwortet von Paul vor 1 Jahr

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von exodu vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

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 … (Lesen Sie mehr)

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.

Gefragt von RSizington vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gesperrt
  • Archiviert

SIGN in ID/EMAIL

The email acount I was using to sign-in to Firefox has been breached annd the onlyway I can recover it involves sending drivers license photo and current photo ofmy delf … (Lesen Sie mehr)

The email acount I was using to sign-in to Firefox has been breached annd the onlyway I can recover it involves sending drivers license photo and current photo ofmy delf -- ehich would not prove snything. If somebody hsd my enough info they could fake that easy enough. Although they have takenaway allour privacy I refuse to send them that info.

If I had simply said I need helpchanging my password they never would have known. I was honest about the reason I needed a new password. Ended in my contacting Paypal and telling them to not acceot any more charges as I had the Premium email.

So noe I need a new sign-in here and Firefox becuase if I am asked code to be retrieved from that provider I won't be able to get it.

If someone can help me please send notice to : [email address]

Thanks in advance Paul

Gefragt von Paul Ellis vor 1 Jahr

Letzte Antwort von Paul vor 1 Jahr

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von hal.martin vor 1 Jahr

Beantwortet von hal.martin vor 1 Jahr

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von david.carlip vor 1 Jahr

Beantwortet von david.carlip vor 1 Jahr

  • Gelöst
  • Archiviert

Fifefox does not save a new payment method, clicking on save does nothing

Hi, it seems that my Firefox browser does not want to save a new payment method. I'm trying to access "Settings -> Privacy & Security -> Autofill" and then clic… (Lesen Sie mehr)

Hi, it seems that my Firefox browser does not want to save a new payment method. I'm trying to access "Settings -> Privacy & Security -> Autofill" and then click on "Saved payment methods", which opens a dialog with the existing payment methods and options to remove/add/edit. I'm clicking on Add, filling-in the card details and then clicking Save, nothing happens....

I previously had a working saved payment method, but it stopped working (I think more than 6 months ago). I tried to re-enable the credit cards by setting the following configs on about:config page:

- extensions.formautofill.creditCards.available: true
- extensions.formautofill.creditCards.supportedCountries: '...,RO' -> (I was adding my country to the existing list)

After the browser restart with those new settings when I'm on a payment page, clicking on a credit card field will show the saved credit card but if I click on it, it will not fill the details. And also trying to save a new card, manually as described previously in this message, or by the automatically prompt to save a new card after a successful payment was done. Both methods failed on me but with no error (I cannot see the saved payment on the list).

I tried removing the existing saved card, it worked removing it, but the add is still not working.

I also tried restarting in save mode, launching Firefox in a separate profile and added my country on the creditCards config for supportedCountries to show the "Saved payment methods" button on new profile, and it did not change anything.

I'm thinking there is a missing permission somewhere on the disk but I don't know where is the payment data stored on disk.

I would really appreciate any help on this.

PS: Check the attached pic to see the payment add and clicking the save button does nothing (also there are no validation errors). And the other: FF version, OS, troubleshooting info.

Gefragt von Mike S vor 1 Jahr

Beantwortet von Mike S vor 1 Jahr

  • Gelöst
  • Archiviert

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 … (Lesen Sie mehr)

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

Gefragt von jhmarshall vor 7 Jahren

Beantwortet von Murphy vor 7 Jahren

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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

Gefragt von Chrys6600 vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

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 … (Lesen Sie mehr)

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).

Gefragt von vopil15234 vor 1 Jahr

Beantwortet von TechHorse vor 1 Jahr

  • Gelöst
  • Archiviert

No option to view history

I wanted to view my full history but that option doesn't show. Using V130.0 464bit Under Privacy and Security I'm showing "Remember History" and the only other th… (Lesen Sie mehr)

I wanted to view my full history but that option doesn't show. Using V130.0 464bit Under Privacy and Security I'm showing "Remember History" and the only other thing listed is to "Clear History". No option to view history. Any ideas?

Gefragt von ms22m vor 1 Jahr

Beantwortet von ThePillenwerfer vor 1 Jahr

  • Gelöst
  • Archiviert

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 fu… (Lesen Sie mehr)

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?

Gefragt von brandons vor 1 Jahr

Beantwortet von TyDraniu vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox says I am forbidden to enter a site

Firefox periodically says I am "forbidden" to enter my Kaiser website (KP.org). I know what Mozilla recommends as a fix, which is to clear data and cookies. But this crea… (Lesen Sie mehr)

Firefox periodically says I am "forbidden" to enter my Kaiser website (KP.org). I know what Mozilla recommends as a fix, which is to clear data and cookies. But this creates more problems because I have to re-enter passwords and other settings. This is a problem Mozilla's website reports has been occurring for YEARS! Why can't Mozilla/Firefox fix this? Please tell me there is a better way to fix this problem.

David Karp dkarpcal@gmail.com or cloverdavid@gmail.com

Gefragt von Cloverdavid vor 2 Jahren

Beantwortet von Cloverdavid vor 2 Jahren

  • Gelöst
  • Archiviert

how to disable Pop-up blocker settings or add a exception website for pop-up as default before install firefox

i need set a default exception website for pop-up blocker settings fore every firefox install. or completely disable pop-up blocker settings as default. what can i do … (Lesen Sie mehr)

i need set a default exception website for pop-up blocker settings fore every firefox install. or completely disable pop-up blocker settings as default.

what can i do for this purpose?

Gefragt von WMF vor 2 Jahren

Beantwortet von WMF vor 2 Jahren

  • Gelöst
  • Gesperrt
  • Archiviert

Cannot access Ralph's coupons

I cannot access grocery coupons from Ralphs Market. When I try, I receive the message: Secure Connection Failed An error occurred during a connection to www.ralphs.com… (Lesen Sie mehr)

I cannot access grocery coupons from Ralphs Market. When I try, I receive the message: Secure Connection Failed

An error occurred during a connection to www.ralphs.com. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.

Gefragt von stjjm23 vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gesperrt
  • Archiviert

ownership of the company

i just want to know who is the company owned buy? Is this SUMO group chinese? why wont anyone just tell me yes or no? if it is im not using ur platform and more as the c… (Lesen Sie mehr)

i just want to know who is the company owned buy? Is this SUMO group chinese? why wont anyone just tell me yes or no? if it is im not using ur platform and more as the chinese have decieved and betrayed us in the past spying on us with tvs phones white goods they are the worst privacy spies in the world they have the most amount of cctv in the world with the UK second on that list but china have cctv world wide with there fones cameras microphones commos dnt let us live there in there dictator shit country why are they allowed to flood there rubbish on us then claim to care about our privacy. decive us while pointing the finger at the us and the money man powers to be in the world and yet they are stealing all our shit and selling it to the highest bidder but not before just copying plans and steeling secrets dnt the dumb red gooks now that spies get shoot and the cold war is ended and well trump will blow them up once he gets rid of the gueedos back south of the rio grande?

Gefragt von John Story vor 1 Jahr

Letzte Antwort von James vor 1 Jahr