mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
fix #3187
This commit is contained in:
parent
3044590fa6
commit
2ca8c76cb8
@ -97,6 +97,7 @@ var staticFilterTypes = {
|
||||
'css': 'stylesheet',
|
||||
'frame': 'subdocument',
|
||||
'ping': 'other',
|
||||
'object_subrequest': 'object',
|
||||
'xhr': 'xmlhttprequest'
|
||||
};
|
||||
|
||||
|
@ -1389,6 +1389,7 @@ FilterParser.prototype.toNormalizedType = {
|
||||
'object': 'object',
|
||||
'other': 'other',
|
||||
'object-subrequest': 'object',
|
||||
'object_subrequest': 'object',
|
||||
'ping': 'other',
|
||||
'popunder': 'popunder',
|
||||
'popup': 'popup',
|
||||
|
Loading…
Reference in New Issue
Block a user