Web Browsers

Message
Author
Kulmbacher
Posts: 492
Joined: Fri Apr 27, 2018 2:47 pm

Re: Web Browsers

#31 Post by Kulmbacher »

You can also configure ff via the policies.json, think it`s update resistent.

create firefox/distribution/policies.json

content of the file in case of telemetry:

Code: Select all

{
  "policies": {
  "DisableFirefoxStudies": true,
  "DisableTelemetry": true,
  }
}
there are many more possibilities.
Easy way to use via Add-On enterprise-policy-generator

You set all commands and the AddOn creates the policies.json for you ... -> firefox/distribution/policies.json

After that, deactivate or remove the AddOn.
Less is more ;-)

User avatar
dreamer
Posts: 971
Joined: Sun Oct 15, 2017 11:34 am

Re: Web Browsers

#32 Post by dreamer »

If you don't want Mozilla to remote control your preferences then normandy must be disabled. There is no Firefox policy for that so must be done in the first file. This is what I have for regular Firefox version in MX Linux.

In
/opt/firefox/browser/defaults/preferences/all-dreamer.js

Code: Select all

// dreamer custom configuration
pref("extensions.pocket.enabled", false);
pref("browser.newtabpage.enabled", false);
pref("app.normandy.enabled",false);
pref("beacon.enabled",false);
pref("browser.safebrowsing.enabled",false);
pref("browser.safebrowsing.malware.enabled",false);
pref("app.shield.optoutstudies.enabled", true);
In
/opt/firefox/distribution/policies.json

Code: Select all

{
  "policies": {
    "DisableAppUpdate": true,
    "DisableFirefoxScreenshots": true,
    "DisableTelemetry": true
  }
}
To be honest privacy in Firefox feels like a headache. Here is a browser privacy comparison:
https://arstechnica.com/information-tec ... -browsers/
Note to self and others: SysVinit is a good option. However if you run into problems try with systemd first. This applies to AppImages, Flatpaks, GitHub packages and even some Debian packages.

snl
Posts: 54
Joined: Fri May 08, 2020 2:00 pm

Re: Web Browsers

#33 Post by snl »

Furt 100x lepší než Chrome 9_9
Goodbye Windows :snail:

User avatar
anticapitalista
Developer
Posts: 4316
Joined: Sat Jul 15, 2006 10:40 am

Re: Web Browsers

#34 Post by anticapitalista »

To those complaining about firefox security and privacy (rightly so IMO), why not use the Debian firefox-esr version instead?
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

User avatar
dreamer
Posts: 971
Joined: Sun Oct 15, 2017 11:34 am

Re: Web Browsers

#35 Post by dreamer »

anticapitalista wrote: Mon May 18, 2020 10:31 am To those complaining about firefox security and privacy (rightly so IMO), why not use the Debian firefox-esr version instead?
Firefox ESR has the same privacy problems as the regular version. Debian packagers disabled Studies so this line is unnecessary for Debian firefox-esr:

Code: Select all

pref("app.shield.optoutstudies.enabled", true);
Note to self and others: SysVinit is a good option. However if you run into problems try with systemd first. This applies to AppImages, Flatpaks, GitHub packages and even some Debian packages.

User avatar
anticapitalista
Developer
Posts: 4316
Joined: Sat Jul 15, 2006 10:40 am

Re: Web Browsers

#36 Post by anticapitalista »

I don't think Debian's firefox-esr has the same privacy issues as Firefox. It is surely more private (but far from perfect).
But maybe I read it wrong somewhere or Debian changed their privacy policy as regards firefox-esr.
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

User avatar
Mauser
Posts: 1531
Joined: Mon Jun 27, 2016 7:32 pm

Re: Web Browsers

#37 Post by Mauser »

anticapitalista wrote: Mon May 18, 2020 10:31 am To those complaining about firefox security and privacy (rightly so IMO), why not use the Debian firefox-esr version instead?
Because I have modified regular Firefox in about:config that makes it more secure than the Debian firefox-esr version.
I am command line illiterate. :confused: I copy & paste to the terminal. Liars, Wiseguys, Trolls, and those without manners will be added to my ignore list. :mad:

User avatar
jocester
Posts: 76
Joined: Sun Apr 19, 2020 3:27 am

Re: Web Browsers

#38 Post by jocester »

For security (not privacy) concerns one could consider the use of firejail.

User avatar
linexer2016
Posts: 733
Joined: Thu Dec 15, 2016 8:15 pm

Re: Web Browsers

#39 Post by linexer2016 »

Interesting this thread. I had long preferred FFox but since reviewing this thread and trialing Brave that browser is my preferred :number1:

Post Reply

Return to “Software / Configuration”