mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
fix #3187 again, as per feedback
This commit is contained in:
parent
22c460d52f
commit
8d44bf9837
@ -58,6 +58,7 @@ var typeNameToTypeValue = {
|
||||
'stylesheet': 1 << 4,
|
||||
'image': 2 << 4,
|
||||
'object': 3 << 4,
|
||||
'object_subrequest': 3 << 4,
|
||||
'script': 4 << 4,
|
||||
'xmlhttprequest': 5 << 4,
|
||||
'sub_frame': 6 << 4,
|
||||
@ -1388,9 +1389,8 @@ FilterParser.prototype.toNormalizedType = {
|
||||
'inline-script': 'inline-script',
|
||||
'media': 'media',
|
||||
'object': 'object',
|
||||
'other': 'other',
|
||||
'object-subrequest': 'object',
|
||||
'object_subrequest': 'object',
|
||||
'other': 'other',
|
||||
'ping': 'other',
|
||||
'popunder': 'popunder',
|
||||
'popup': 'popup',
|
||||
|
Loading…
Reference in New Issue
Block a user