Index: sitescripts/stats/bin/logprocessor.py |
=================================================================== |
--- a/sitescripts/stats/bin/logprocessor.py |
+++ b/sitescripts/stats/bin/logprocessor.py |
@@ -397,6 +397,9 @@ |
# Subscription downloads, libadblockplus update checks and notification |
# checks are performed by the downloader |
parse_downloader_query(info) |
+ |
+ if filename == "notification.json" and info["addonName"] not in ("adblockplus", "adblockpluschrome", "adblockplusopera", "adblockplussafari"): |
Felix Dahlke
2014/05/22 07:35:21
I think we should filter this for all downloads re
Wladimir Palant
2014/05/22 07:44:05
a) We really need to do this for all downloads, ot
Sebastian Noack
2014/05/22 08:40:39
Done.
|
+ return None |
elif ext == ".tpl": |
# MSIE TPL download, no additional data here |
pass |