Page 1 of 1

chrome: Filters do not block ws:// and wss:// urls

Posted: Tue Dec 23, 2014 10:20 am
by webs
Example site: http://putlocker.is/watch-exodus-gods-a ... ocker.html

Click on play button and popup occurs.

Here are the filters I've tried so far:

Code: Select all

||go.oclasrv.com
||onclickads.net/apu.php
These block ad code but it's not enough:

Code: Select all

||go.wsockd.com
This is called via websockets which for ABP on Chrome is not blocked.
eg. ws://go.wsockd.com/?id=10802

Re: Filters do not block ws:// and wss:// urls

Posted: Tue Dec 23, 2014 12:00 pm
by mapx
try adding

Code: Select all

||vprmnwbskk.com^$popup

Re: chrome: Filters do not block ws:// and wss:// urls

Posted: Tue Dec 23, 2014 9:24 pm
by fanboy

Re: chrome: Filters do not block ws:// and wss:// urls

Posted: Wed Dec 24, 2014 6:27 am
by gh
Unfortunately, it's a Chrome API limitation: websocket requests are not passed to webRequest.onBeforeRequest. Don't know if there are plans to make this happen in the future.