shield-study-privacy/README.md

39 строки
1.3 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2016-10-19 22:00:06 +03:00
# Shield Study: Privacy
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 22:00:06 +03:00
## Current study
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 22:00:06 +03:00
## Run it
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 22:00:06 +03:00
1. `npm i -g shield-study-cli jpm`
2. `shield run . -- -b Aurora`
2016-10-19 22:00:06 +03:00
You can also make `shield` start Firefox with a certain variation:
2016-10-19 22:00:06 +03:00
`shield run . <variation> -- -b Aurora`
2016-10-19 22:00:06 +03:00
## See also
2016-10-19 22:04:45 +03:00
### Privacy settings/changes/ideas
* [securefox etherpad](https://public.etherpad-mozilla.org/p/securefox)
* [referrerimprovements](https://public.etherpad-mozilla.org/p/referrerimprovements)
* [healthiercookies](https://public.etherpad-mozilla.org/p/healthiercookies)
* [ContentSecWeeklyMeeting](https://public.etherpad-mozilla.org/p/ContentSecWeeklyMeeting)
### Shield Docs
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/)