[Pkg-mozext-commits] [requestpolicy] 160/280: fix ReferenceError
David Prévot
taffit at moszumanska.debian.org
Sat May 2 20:30:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit 11bd47c51c53722eb64b4389f9babfd7549f2d30
Author: Martin Kimmerle <dev at 256k.de>
Date: Sun Jan 18 21:15:37 2015 +0100
fix ReferenceError
---
src/content/lib/request-processor.redirects.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/lib/request-processor.redirects.js b/src/content/lib/request-processor.redirects.js
index 1463b23..9f8b870 100644
--- a/src/content/lib/request-processor.redirects.js
+++ b/src/content/lib/request-processor.redirects.js
@@ -361,7 +361,7 @@ let RequestProcessor = (function(self) {
// If the redirected request is allowed, we need to know that was a
// favicon request in case it is further redirected.
internal.faviconRequests[rawDestString] = true;
- Logger.info(Logger.TYPE_HEADER_REDIRECT, "'" + headerType
+ Logger.info(Logger.TYPE_HEADER_REDIRECT, "'" + httpResponse.redirHeaderType
+ "' header to <" + rawDestString + "> " + "from <" + originString
+ "> appears to be a redirected favicon request. "
+ "This will be treated as a content request.");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list