1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00
This commit is contained in:
gorhill 2017-11-02 11:12:17 -04:00
parent 3044590fa6
commit 2ca8c76cb8
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,7 @@ var staticFilterTypes = {
'css': 'stylesheet',
'frame': 'subdocument',
'ping': 'other',
'object_subrequest': 'object',
'xhr': 'xmlhttprequest'
};

View File

@ -1389,6 +1389,7 @@ FilterParser.prototype.toNormalizedType = {
'object': 'object',
'other': 'other',
'object-subrequest': 'object',
'object_subrequest': 'object',
'ping': 'other',
'popunder': 'popunder',
'popup': 'popup',