Firefox now tells Mozilla what your default browser is every day
bleepingcomputer.com
Firefox now tells Mozilla what your default browser is every day
1–10 of 21 posts
Re: Firefox now tells Mozilla what your default browser is every day
#2Oh well - time to go clean up my Windows installs. sigh
Re: Firefox now tells Mozilla what your default browser is every day
#3I really wonder why Mozilla employees think it is acceptable to do that without informed consent for users running Windows. No one would tolerate Mozilla installing a binary in ~/bin/ and configuring it to be run via user crontab on Linux. Oh well - time to go clean up my Windows installs. sigh
Or has Mozilla adopted a dark pattern where all the privacy-violating checkboxes are automatically "chosen" by default?
Re: Firefox now tells Mozilla what your default browser is every day
#4This is worrisome. Is there a modern browser available that doesn’t try to spy on you?
Re: Firefox now tells Mozilla what your default browser is every day
#5Wow, I had always assumed that Firefox didn’t use telemetry. This is worrisome. Is there a modern browser available that doesn’t try to spy on you?
Re: Firefox now tells Mozilla what your default browser is every day
#6I really wonder why Mozilla employees think it is acceptable to do that without informed consent for users running Windows. No one would tolerate Mozilla installing a binary in ~/bin/ and configuring it to be run via user crontab on Linux. Oh well - time to go clean up my Windows installs. sigh
Does Firefox collect so-called "telemetry" data with real, informed consent, and with the default setting being "private?" Or has Mozilla adopted a dark pattern where all the privacy-violating checkboxes are automatically "chosen" by default?
Re: Firefox now tells Mozilla what your default browser is every day
#7 New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Mozilla\Firefox" -Name DisableDefaultBrowserAgent -PropertyType DWord -Value 1
To disable the scheduled task (if you simply delete it, it might "reappear" after Firefox is updated): schtasks.exe /change /disable /tn "\Mozilla\Firefox Default Browser Agent 308046B0AF4A39CB"
Or, you could simply disable the telemetry altogether and tell Mozilla that all this "opt-in by default" telemetry is bullshit.Note: The above are untested as I don't run Windows (partly because of all the spyware -- excuse me, "telemetry" -- bullshit!).
(Edit: Sorry, changed forward slashes to back slashes.)
Re: Firefox now tells Mozilla what your default browser is every day
#8I really wonder why Mozilla employees think it is acceptable to do that without informed consent for users running Windows. No one would tolerate Mozilla installing a binary in ~/bin/ and configuring it to be run via user crontab on Linux. Oh well - time to go clean up my Windows installs. sigh
Does Firefox collect so-called "telemetry" data with real, informed consent, and with the default setting being "private?" Or has Mozilla adopted a dark pattern where all the privacy-violating checkboxes are automatically "chosen" by default?
Re: Firefox now tells Mozilla what your default browser is every day
#9Instead of copying and pasting the registry entry into a text file, merging ("running") it, then deleting the text file, the following (PowerShell) command should do the same thing: New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Mozilla\Firefox" -Name DisableDefaultBrowserAgent -PropertyType DWord -Value 1 To disable the scheduled task (if you simply delete it, it might "reappear" after Firefox is updated): schtasks…
BTW, your suggestions do not in the firefox I have:
New-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Policies\Mozilla\Firefox' because it does not exist. At line:1 char:3 + New-ItemProperty -Path "HKLM:/SOFTWARE/Policies/Mozilla/Firefox" -N ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (HKLM:\SOFTWARE\Policies\Mozilla\Firefox:String) [New-ItemProperty], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
ERROR: The specified task name "\Mozilla\Firefox Default Browser Agent 308046B0AF4A39CB" does not exist in the system.
Re: Firefox now tells Mozilla what your default browser is every day
#10Wow, I had always assumed that Firefox didn’t use telemetry. This is worrisome. Is there a modern browser available that doesn’t try to spy on you?
Pretty much every time I've installed a fresh Firefox, all the telemetry is enabled by default. Opt out instead of opt in. Surprising considering what they sell themselves as.