2016-09-19 23:00:03 +03:00
|
|
|
# Privacy Prefs
|
2016-09-19 20:38:34 +03:00
|
|
|
|
2016-09-19 23:00:03 +03:00
|
|
|
## Purpose
|
2016-09-19 20:38:34 +03:00
|
|
|
|
2016-09-23 19:04:46 +03:00
|
|
|
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 20:38:34 +03:00
|
|
|
|
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).
|
2016-09-19 20:38:34 +03:00
|
|
|
|
|
|
|
## 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`
|
2016-09-19 20:38:34 +03:00
|
|
|
|