diff --git a/study.js b/study.js index fa2bf58..5862e1c 100644 --- a/study.js +++ b/study.js @@ -4,7 +4,6 @@ const self = require("sdk/self"); const { when: unload } = require("sdk/system/unload"); -const tabs = require("sdk/tabs"); const shield = require("./lib/shield/index"); @@ -25,16 +24,6 @@ class ContainersStudy extends shield.Study { // Test Pilot experiment, so exclude them. return super.isEligible(); } - - whenEligible () { - } - - whenInstalled () { - tabs.open(`data:text/html, Thank you for helping us study Containers in Firefox. You are in the ${this.variation} variation.`); - } - - cleanup() { - } } const thisStudy = new ContainersStudy(studyConfig); diff --git a/webextension/img/onboarding-3-security.png b/webextension/img/onboarding-3-security.png new file mode 100644 index 0000000..8bd0205 Binary files /dev/null and b/webextension/img/onboarding-3-security.png differ diff --git a/webextension/popup.html b/webextension/popup.html index ad5ed40..df7d21c 100644 --- a/webextension/popup.html +++ b/webextension/popup.html @@ -47,7 +47,7 @@