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 = {
|
FilterParser.prototype.toNormalizedType = {
|
||||||
'stylesheet': 'stylesheet',
|
'stylesheet': 'stylesheet',
|
||||||
'image': 'image',
|
'image': 'image',
|
||||||
|
@ -1163,6 +1166,8 @@ FilterParser.prototype.toNormalizedType = {
|
||||||
'media': 'media',
|
'media': 'media',
|
||||||
'websocket': 'websocket',
|
'websocket': 'websocket',
|
||||||
'other': 'other',
|
'other': 'other',
|
||||||
|
'beacon': 'other',
|
||||||
|
'ping': 'other',
|
||||||
'popunder': 'popunder',
|
'popunder': 'popunder',
|
||||||
'document': 'main_frame',
|
'document': 'main_frame',
|
||||||
'generichide': 'generichide',
|
'generichide': 'generichide',
|
||||||
|
|
Loading…
Reference in New Issue