 Issue 29452289:
  Issue 5283 - Add support for $websocket and $webrtc  (Closed) 
  Base URL: https://hg.adblockplus.org/abp2blocklist
    
  
    Issue 29452289:
  Issue 5283 - Add support for $websocket and $webrtc  (Closed) 
  Base URL: https://hg.adblockplus.org/abp2blocklist| Index: node_modules/filterClasses.js | 
| =================================================================== | 
| --- a/node_modules/filterClasses.js | 
| +++ b/node_modules/filterClasses.js | 
| @@ -550,16 +550,18 @@ | 
| RegExpFilter.typeMap = { | 
| OTHER: 1, | 
| SCRIPT: 2, | 
| IMAGE: 4, | 
| STYLESHEET: 8, | 
| OBJECT: 16, | 
| SUBDOCUMENT: 32, | 
| DOCUMENT: 64, | 
| + WEBSOCKET: 128, | 
| 
Manish Jethani
2017/05/31 02:51:43
I have just manually added these two here instead
 | 
| + WEBRTC: 256, | 
| XBL: 1, | 
| PING: 1024, | 
| XMLHTTPREQUEST: 2048, | 
| OBJECT_SUBREQUEST: 4096, | 
| DTD: 1, | 
| MEDIA: 16384, | 
| FONT: 32768, | 
| BACKGROUND: 4, |