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: Fixed nits Created Aug. 27, 2018, 4:41 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
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
*/
« lib/contentFiltering.js ('K') | « lib/contentFiltering.js ('k') | lib/requestBlocker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld