privacy-prefs/README.md

25 строки
992 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2016-09-19 23:00:03 +03:00
# Privacy Prefs
2016-09-19 23:00:03 +03:00
## Purpose
Firefox contains a number of [`about:config`
preferences](http://searchfox.org/mozilla-central/source/modules/libpref/init/all.js)
that can improve user privacy. E.g.,
* [https://github.com/fmarier/user.js/blob/SeaGL/user.js](https://github.com/fmarier/user.js/blob/SeaGL/user.js)
2016-10-10 22:41:51 +03:00
* [securefox ideas etherpad](https://public.etherpad-mozilla.org/p/securefox)
* [Referrer Improvements ideas etherpad](https://public.etherpad-mozilla.org/p/referrerimprovements)
2016-09-19 23:00:03 +03:00
This [Shield Study](https://wiki.mozilla.org/Firefox/Shield/Shield_Studies)
add-on sets these preferences to non-default values, so we can measure [user
feedback and their effect on Firefox
usage](https://wiki.mozilla.org/Firefox/Shield/Shield_Studies#What_data_do_Shield_Studies_normally_collect.3F).
## General Setup and Install
2016-09-19 23:00:03 +03:00
1. Install `shield` and `jpm`: `npm install -g shield-study-cli jpm`
2. Clone this repo and change to its directory
3. `npm install`
4. `shield run . -- -b Aurora`