diff --git a/study.js b/study.js index e224f57..df59555 100644 --- a/study.js +++ b/study.js @@ -7,10 +7,15 @@ const { when: unload } = require("sdk/system/unload"); const shield = require("./lib/shield/index"); +const surveyUrl = "https://www.surveygizmo.com/s3/3621810/shield-txp-containers"; + const studyConfig = { name: self.addonId, days: 28, surveyUrls: { + "end-of-study": surveyUrl, + "user-ended-study": surveyUrl, + ineligible: null, }, variations: { "control": () => {},