diff --git a/src/components/requestpolicyService.js b/src/components/requestpolicyService.js index 8dd89864..21410b9a 100644 --- a/src/components/requestpolicyService.js +++ b/src/components/requestpolicyService.js @@ -188,6 +188,11 @@ RequestPolicyService.prototype = { return; } + if (addon.isActive === false) { + // RP is disabled + return; + } + const url = "chrome://rpcontinued/content/rp-and-rpc.html"; var wm = CC["@mozilla.org/appshell/window-mediator;1"] diff --git a/src/content/rp-and-rpc.html b/src/content/rp-and-rpc.html index eab7168e..7500e434 100644 --- a/src/content/rp-and-rpc.html +++ b/src/content/rp-and-rpc.html @@ -38,8 +38,8 @@
However, currently both “RequestPolicy” and - “RequestPolicy Continued” are installed in your browser. - This will lead to conflicts! + “RequestPolicy Continued” are installed and enabled + in your browser. This will lead to conflicts!
diff --git a/src/install.rdf b/src/install.rdf
index c85cc60a..7fa621e5 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -5,7 +5,7 @@