Post Reply 
Boosting Privoxy's Filtering Capabilities with Customised Filters
Dec. 24, 2015, 11:19 PM (This post was last modified: Dec. 24, 2015 11:31 PM by Faxopita.)
Post: #6
RE: Boosting Privoxy's Filtering Capabilities with Customised Filters
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.

Code:
FILTER: WebRTCBlocker
s@<head(.*?)>@<head$1>\n<script>function NoWebRTC(e){return 1}
window.RTCPeerConnection=NoWebRTC;
window.webkitRTCPeerConnection=NoWebRTC;
window.mozRTCPeerConnection=NoWebRTC;</script>\n@i

Test here.

Code to block Javascript-written keyloggers available here. Website in French, but you can just grab the code.

Don't forget to activate these filters in user.action file.
Add Thank You Quote this message in a reply
[-] The following 2 users say Thank You to Faxopita for this post:
cattleyavns, vlad_s
Post Reply 


Messages In This Thread
RE: Boosting Privoxy's Filtering Capabilities with Customised Filters - Faxopita - Dec. 24, 2015 11:19 PM

Forum Jump: