[Pkg-mozext-commits] [adblock-plus] 14/28: Issue 1381 - Element hiding exceptions broken in Firefox 35
David Prévot
taffit at moszumanska.debian.org
Wed Nov 12 02:09:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus.
commit a991aaf048a5eeae923ae0279d5b8826e59a17da
Author: Wladimir Palant <trev at adblockplus.org>
Date: Thu Sep 18 14:10:05 2014 +0200
Issue 1381 - Element hiding exceptions broken in Firefox 35
--HG--
extra : amend_source : a678d66a5b91503517c30b39d6c39407e46a2b99
---
lib/contentPolicy.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/contentPolicy.js b/lib/contentPolicy.js
index 9983e91..905ae86 100644
--- a/lib/contentPolicy.js
+++ b/lib/contentPolicy.js
@@ -224,7 +224,7 @@ let Policy = exports.Policy =
if (exception)
{
FilterStorage.increaseHitCount(exception, wnd);
- RequestNotifier.addNodeData(node, topWnd, contentType, docDomain, thirdParty, locationText, exception);
+ RequestNotifier.addNodeData(node, topWnd, contentType, docDomain, false, locationText, exception);
return true;
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git
More information about the Pkg-mozext-commits
mailing list