Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/hitLogger.js

Issue 29865587: Issue 6843 - Log snippet filter hits (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: rebased on top of issue 6889 Created Aug. 28, 2018, 3:14 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/contentFiltering.js ('k') | lib/requestBlocker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/hitLogger.js
===================================================================
--- a/lib/hitLogger.js
+++ b/lib/hitLogger.js
@@ -22,17 +22,17 @@
const {extractHostFromFrame} = require("./url");
const {EventEmitter} = require("../adblockpluscore/lib/events");
const {FilterStorage} = require("../adblockpluscore/lib/filterStorage");
const {port} = require("./messaging");
const {RegExpFilter,
ElemHideFilter} = require("../adblockpluscore/lib/filterClasses");
const nonRequestTypes = exports.nonRequestTypes = [
- "DOCUMENT", "ELEMHIDE", "GENERICBLOCK", "GENERICHIDE", "CSP"
+ "DOCUMENT", "ELEMHIDE", "SNIPPET", "GENERICBLOCK", "GENERICHIDE", "CSP"
];
let eventEmitter = new EventEmitter();
/**
* @namespace
* @static
*/
« no previous file with comments | « lib/contentFiltering.js ('k') | lib/requestBlocker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld