From 080e9dd22ddb0b4270f07be251e012de22b5a451 Mon Sep 17 00:00:00 2001 From: groovecoder Date: Tue, 11 Jul 2017 10:26:46 -0500 Subject: [PATCH] add surveyUrl for shield study participants --- study.js | 5 +++++ 1 file changed, 5 insertions(+) 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": () => {},