From 1ab6e08f71680579d747a3e021a1d1e8ab129ede Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 9 Apr 2015 07:15:14 -0400 Subject: [PATCH] this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox --- platform/firefox/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/bootstrap.js b/platform/firefox/bootstrap.js index fec5827..95c2f15 100644 --- a/platform/firefox/bootstrap.js +++ b/platform/firefox/bootstrap.js @@ -31,7 +31,7 @@ let bgProcess; let version; -const hostName = 'ublock'; +const hostName = 'ublock0'; const restartListener = { get messageManager() { return Components.classes['@mozilla.org/parentprocessmessagemanager;1']