# shield-study-privacy **Repository Path**: mirrors_mozilla/shield-study-privacy ## Basic Information - **Project Name**: shield-study-privacy - **Description**: INACTIVE - http://mzl.la/ghe-archive - Shield Add-on to study Firefox privacy changes. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Shield Study: Privacy 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. ## Current study To see what the add-on is studying, check the `studyConfig.variations` in `lib/study.js`. ## Run it The easiest way to run the study add-on is with the `shield` cli. 1. `npm i -g shield-study-cli jpm` 2. `shield run . -- -b Aurora` You can also make `shield` start Firefox with a certain variation: `shield run . -- -b Aurora` ## See also ### 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 * [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/)