[Pkg-privacy-commits] [xul-ext-monkeysphere] 242/296: add FIXME questioning checking the uri in the checkSite function
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.
commit bbe965f25ee9c929d604484bf2e5188a496826c7
Author: Jameson Rollins <jrollins at finestructure.net>
Date: Thu May 6 10:03:04 2010 -0400
add FIXME questioning checking the uri in the checkSite function
---
chrome/content/monkeysphere.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index c1715f2..cea3864 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -39,6 +39,7 @@ var monkeysphere = (function() {
var uri = browser.currentURI;
// if uri not relevant, return
+ // FIXME: should we be doing this check here? this is triggered by a security state change. Does it matter if the url is not https?
if(!ms.isRelevantURI(uri)) {
ms.setStatus(browser, 'NEUTRAL');
return;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list