1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
This commit is contained in:
gorhill 2016-11-06 10:49:02 -05:00
parent 69d515f286
commit bc379a123e

View File

@ -1151,6 +1151,9 @@ var FilterParser = function() {
/******************************************************************************/
// https://github.com/gorhill/uBlock/issues/1493
// Transpose `ping` into `other` for now.
FilterParser.prototype.toNormalizedType = {
'stylesheet': 'stylesheet',
'image': 'image',
@ -1163,6 +1166,8 @@ FilterParser.prototype.toNormalizedType = {
'media': 'media',
'websocket': 'websocket',
'other': 'other',
'beacon': 'other',
'ping': 'other',
'popunder': 'popunder',
'document': 'main_frame',
'generichide': 'generichide',