Post Reply 
Boosting Privoxy's Filtering Capabilities with Customised Filters
Nov. 05, 2017, 09:34 PM
Post: #9
RE: Boosting Privoxy's Filtering Capabilities with Customised Filters
(Dec. 24, 2015 11:19 PM)Faxopita Wrote:  Canvas fingerprinting and WebRTC blockers written by Black Rider and available here. Both tested successfully on my configuration.

Code:
FILTER: CanvasBlocker
s@(\w\.getImageData\((.*?)\));|(\w\.toDataURL\((.*?)\));@@

Test here.

Hello! A good filter, but the site https://yandex.ru/maps/ breaks down, I do not see the map. I have your filter located first:

Code:
+filter{adsbygoogle}
+filter{CanvasBlocker}
+filter{WebRTCBlocker}

/.*

then below it goes:

Code:
-filter{CanvasBlocker}
-filter{WebRTCBlocker}
+filter{yandex-maps}

yastatic.net/maps-beta/build/chunks/home/
yandex.ru/maps/

But the filter does not turn off. I would like to fix it. Thank you!
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Boosting Privoxy's Filtering Capabilities with Customised Filters - vlad_s - Nov. 05, 2017 09:34 PM

Forum Jump: