8 ms·
Shameless plug: https://github.com/Barre/privaxy https://github.com/Barre/privaxy It’s a proxy that does just this.
by pierrebarre 4y ago
Shameless plug: https://github.com/Barre/privaxy https://github.com/Barre/privaxy
It’s a proxy that does just this.
- sbarre 4y agoThank you! Also, do we have the same last name?
- RunSet 4y agoThis seems like just the thing to finally get adblocking in Steam's integrated browser.
- sumtechguy 4y agowait... you are using a site that advertises and sells things to disable adverts? I am not following the use case for ublock here?
- CBarkleyU 4y agoHm? No, they're probably using the integrated browser to browse the internet while being ingame. They're not talking about the store itself.
- antman 4y agoCould this be used per client ip or time frame? Thinking about children filter etc
- SparkyMcUnicorn 4y agoMITM for HTTPS means you'll need to set up each machine with an additional cert. And for this project, you need to configure each machine to funnel through the proxy anyways. https://github.com/Barre/privaxy#local-system-configuration https://github.com/Barre/privaxy#local-system-configuration Personally, I use NextDNS which allows you to block categories, IPs, and use blocklists. It's set up on the network level, and I have two separate NextDNS "networks" configured. One for the entire network, one for "privileged" users/devices.
- GekkePrutser 4y agoBut with a big privacy risk if anyone ever gets their hands on the root CA (which I hope is generated fresh in every install). Also, Android blocks user-installed CAs by default now, apps have to opt in to accept user-added ones. That makes it pretty useless. Not sure how iOS deals with this.
- themoonisachees 4y agoBlocking ads on mobile has been a non-supportes use-case for a while. If you really want to get rid of ads on android, rooting enables you to patch system SSL routines to disable certificate pinning and more. IOS is an apple product.