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 @@

Important Notice! regarding RequestPolicy

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 @@ RequestPolicy Continued - 0.5.29b3 + 0.5.29b4 2 Control which cross-site requests are allowed. Improve the privacy of your browsing. Secure yourself from Cross-Site Request Forgery (CSRF) and other attacks. rpcontinued@requestpolicy.org