2016-10-19 22:00:06 +03:00
|
|
|
# Shield Study: Privacy
|
2016-10-19 20:19:02 +03:00
|
|
|
|
2016-10-19 22:00:06 +03:00
|
|
|
When we want to know the effects of certain Firefox changes to improve privacy,
|
|
|
|
we can make the changes in an arm/variation of this shield study add-on,
|
|
|
|
so we can measure the effect of the changes via Telemetry.
|
2016-10-19 20:19:02 +03:00
|
|
|
|
2016-10-19 22:00:06 +03:00
|
|
|
## Current study
|
2016-10-19 20:19:02 +03:00
|
|
|
|
2016-10-19 22:00:06 +03:00
|
|
|
To see what the add-on is studying, check the `studyConfig.variations` in
|
|
|
|
`lib/study.js`.
|
2016-10-19 20:19:02 +03:00
|
|
|
|
|
|
|
|
2016-10-19 22:00:06 +03:00
|
|
|
## Run it
|
2016-10-19 20:19:02 +03:00
|
|
|
|
2016-10-19 22:00:06 +03:00
|
|
|
The easiest way to run the study add-on is with the `shield` cli.
|
2016-10-19 20:19:02 +03:00
|
|
|
|
2016-10-19 22:00:06 +03:00
|
|
|
1. `npm i -g shield-study-cli jpm`
|
|
|
|
2. `shield run . -- -b Aurora`
|
2016-10-19 20:19:02 +03:00
|
|
|
|
2016-10-19 22:00:06 +03:00
|
|
|
You can also make `shield` start Firefox with a certain variation:
|
2016-10-19 20:19:02 +03:00
|
|
|
|
2016-10-19 22:00:06 +03:00
|
|
|
`shield run . <variation> -- -b Aurora`
|
2016-10-19 20:19:02 +03:00
|
|
|
|
2016-10-19 22:00:06 +03:00
|
|
|
## See also
|
2016-10-19 20:19:02 +03:00
|
|
|
|
2016-10-19 22:00:06 +03:00
|
|
|
* [shield-studies-addon-template README](https://github.com/mozilla/shield-studies-addon-template/blob/master/README.md)
|
|
|
|
* [shield-studies-addon-utils](https://github.com/mozilla/shield-studies-addon-utils)
|
|
|
|
* [howToShieldStudy](https://github.com/mozilla/shield-studies-addon-utils/blob/master/howToShieldStudy.md)
|
|
|
|
* [shield-studies-docs](https://mozilla.github.io/shield-studies-docs/)
|