Minor edits to README.md

This commit is contained in:
Foster Hangdaan 2023-08-14 20:51:15 -04:00
parent c143118689
commit 9cc2c60318
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -2,11 +2,11 @@
* What is a =user.js= File?
A =user.js= is a configuration file to control Firefox settings.
A =user.js= is a configuration file to control Firefox settings. Refer to the [[https://kb.mozillazine.org/User.js_file][User.js entry from the MozillaZine Knowledge Base]] for more info.
* About
This is my personal user.js for configuring Firefox and is based on [[https://github.com/arkenfox/user.js][ArkenFox's user.js]]. The goal is to enhance privacy by reducing the number of unsolicited requests made by Firefox. To achieve this, many settings related to telemetry, studies, geolocation, and experiments are disabled.
This is my personal =user.js= for configuring Firefox and is based on [[https://github.com/arkenfox/user.js][ArkenFox's user.js]]. The goal is to enhance privacy by preventing unsolicited requests made by Firefox. To achieve this, many settings related to telemetry, studies, geolocation, and experiments are disabled.
Only a subset of the configurations from Arkenfox are implemented and many of the experimental options are excluded. As a result, this version should not cause any breakages. If you are looking for a more comprehensive privacy configuration, then I suggest going with the Arkenfox version instead.