JESTr Pioneer Shield Study Add-on
Перейти к файлу
Fredrik Wollsén bba71a31b3 Ability to specify log level via `LOG_LEVEL=all npm start` 2018-10-28 13:04:46 +02:00
.circleci Ported over latest changes in template 2018-10-28 01:00:14 +03:00
content.js Disabled use of privileged openwpm webextension experiment api and instead consuming the instrumentation available in openwpm-webext-instrumentation 2018-10-04 00:53:34 +03:00
dist Using dist/ as build output directory 2018-04-25 09:36:30 -05:00
docs Ability to specify log level via `LOG_LEVEL=all npm start` 2018-10-28 13:04:46 +02:00
feature.js Convert all telemetry payload attributes to strings before submitting 2018-10-28 12:41:41 +02:00
src Replaced console.log with browser.study.logger.log 2018-10-28 12:25:18 +02:00
test Removed browser action button 2018-10-28 02:44:16 +03:00
.babelrc Code coverage for unit tests 2018-06-09 00:34:07 -07:00
.eslintignore Cleanup and tweaks 2018-10-28 02:14:38 +03:00
.eslintrc.js Synced eslint rules with utils eslint 2018-06-21 11:28:41 +03:00
.gitignore Disabled use of privileged openwpm webextension experiment api and instead consuming the instrumentation available in openwpm-webext-instrumentation 2018-10-04 00:53:34 +03:00
LICENSE Added default license file to template 2018-03-09 23:23:16 +02:00
README.md Updated docs and testplan 2018-10-28 02:58:07 +03:00
karma.conf.js Ported over latest changes in template 2018-10-28 01:00:14 +03:00
package-lock.json Fixed a webpack 4.20 build error 2018-10-28 02:11:22 +03:00
package.json Removed testingOverrides webext experiment api 2018-10-28 02:23:21 +03:00
run-firefox.js Ability to specify log level via `LOG_LEVEL=all npm start` 2018-10-28 13:04:46 +02:00
web-ext-config.js Removed use of the unfinished privileged OpenWPM instrumentation webext experiment 2018-10-28 00:51:42 +03:00
webpack.config.js Disabled use of privileged openwpm webextension experiment api and instead consuming the instrumentation available in openwpm-webext-instrumentation 2018-10-04 00:53:34 +03:00

README.md

JESTr Pioneer Shield Study

CircleCI badge Coverage Status

Seeing the add-on in action

See TESTPLAN.md for more details on how to get the add-on installed and tested.

Data Collected / Telemetry Pings

See TELEMETRY.md for more details on what pings are sent by this add-on.

Analyzing data

Telemetry pings are loaded into the encrypted Pioneer pipeline.

Improving this add-on

See DEV.md for more details on how to work with this add-on as a developer.

History