From 45f34a586a4ac5747b1d58c27ed0d9804ebb9d6c Mon Sep 17 00:00:00 2001 From: groovecoder Date: Tue, 30 May 2017 12:28:13 -0500 Subject: [PATCH] only start study for @shield-study-privacy --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index e9f57be..435e4fa 100644 --- a/index.js +++ b/index.js @@ -322,7 +322,9 @@ const ContainerService = { Services.obs.addObserver(this, "lightweight-theme-changed", false); - study.startup(reason); + if (self.id === "@shield-study-containers") { + study.startup(reason); + } }, registerBackgroundConnection(api) {