зеркало из
1
0
Форкнуть 0
This commit is contained in:
Michael Kelly 2017-12-04 15:22:02 -08:00
Родитель 40dd4f41bf
Коммит bb26105e57
1 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,23 @@ prototype for collecting these errors to aid in Firefox development.
`extensions.shield-study-js-errors@shield.mozilla.org.testing`
If true, mark Telemetry pings sent by the client as test pings.
## Development
To build the add-on, run the `make` command:
```sh
$ make
```
This will create a `shield-study-js-errors.xpi` file in the root of the repo
containing the add-on.
To test this, you will either need to get the add-on signed by the Mozilla
Extension key, or disable the following preferences on a copy of Firefox
Nightly:
- `xpinstall.signatures.required`
- `extensions.allow-non-mpc-extensions`
## License
Shield Study: JavaScript Errors is licensed under the MPLv2. See the `LICENSE`
file for details.