Skip to content

Commit bc379a1

Browse files
committed
1 parent 69d515f commit bc379a1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/js/static-net-filtering.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,9 @@ var FilterParser = function() {
11511151

11521152
/******************************************************************************/
11531153

1154+
// https://github.com/gorhill/uBlock/issues/1493
1155+
// Transpose `ping` into `other` for now.
1156+
11541157
FilterParser.prototype.toNormalizedType = {
11551158
'stylesheet': 'stylesheet',
11561159
'image': 'image',
@@ -1163,6 +1166,8 @@ FilterParser.prototype.toNormalizedType = {
11631166
'media': 'media',
11641167
'websocket': 'websocket',
11651168
'other': 'other',
1169+
'beacon': 'other',
1170+
'ping': 'other',
11661171
'popunder': 'popunder',
11671172
'document': 'main_frame',
11681173
'generichide': 'generichide',

0 commit comments

Comments
 (0)