mirror of https://github.com/gorhill/uBlock.git
fix #1493
This commit is contained in:
parent
69d515f286
commit
bc379a123e
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue