From 278b7509a9923fd9da7e6db4d61432276fa54fa8 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) {