We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d515f commit bc379a1Copy full SHA for bc379a1
1 file changed
src/js/static-net-filtering.js
@@ -1151,6 +1151,9 @@ var FilterParser = function() {
1151
1152
/******************************************************************************/
1153
1154
+// https://github.com/gorhill/uBlock/issues/1493
1155
+// Transpose `ping` into `other` for now.
1156
+
1157
FilterParser.prototype.toNormalizedType = {
1158
'stylesheet': 'stylesheet',
1159
'image': 'image',
@@ -1163,6 +1166,8 @@ FilterParser.prototype.toNormalizedType = {
1163
1166
'media': 'media',
1164
1167
'websocket': 'websocket',
1165
1168
'other': 'other',
1169
+ 'beacon': 'other',
1170
+ 'ping': 'other',
1171
'popunder': 'popunder',
1172
'document': 'main_frame',
1173
'generichide': 'generichide',
0 commit comments