System-wide open source ad blocker for Mac, Windows, and Linux
61–70 of 173 posts
Re: System-wide open source ad blocker for Mac, Windows, and Linux
#62Nice, I use AdGuard (on mobile and desktop), would this be a suitable replacement?
AdGuard for Mac is the same offering (not to be confused with AdGuard for Safari, which is a browser extension): https://adguard.com/en/adguard-mac/overview.html There's also Little Snitch Mini: https://www.obdev.at/products/littlesnitch-mini/index.html
Re: System-wide open source ad blocker for Mac, Windows, and Linux
#63Earlier quoted context omitted.
I seem to end up regretting anything I do at the network level to block traffic. It always seems to pop up that one weird time I actually do need something from a blocked domain to load, and it takes me way too long to remember that's what I did to block it.
That's when you connect to your VPN. I have a network configuration with 2 dnsmasqs, 1 with pi-hole-style hosts block, and 1 without, and most of my devices get the ad-blocking DNS, 1 gets the "unfiltered" DNS. To do this from the DHCP component of dnsmasq, you can tag MAC addresses and create different configurations (including which DNS they get) for each tag, e.g. https://github.com/imp/dnsmasq/blob/770bce967cfc99…
Re: System-wide open source ad blocker for Mac, Windows, and Linux
#64Re: System-wide open source ad blocker for Mac, Windows, and Linux
#65I'm comfortable with a DNS based blocker (pi-hole) and it seems to work quite well. Bonus: It works across all devices on the network, rather than installing something onto the OS.
I seem to end up regretting anything I do at the network level to block traffic. It always seems to pop up that one weird time I actually do need something from a blocked domain to load, and it takes me way too long to remember that's what I did to block it.
Re: System-wide open source ad blocker for Mac, Windows, and Linux
#66Earlier quoted context omitted.
You may also want to see https://librewolf.net/ while not as good by default compared to Mullvad Browser, it may still be a browser to consider.
Thanks to both of you. I am a light user of LibreWolf (I mostly use Iridium browser)
Re: System-wide open source ad blocker for Mac, Windows, and Linux
#67Earlier quoted context omitted.
The build steps are provided as a GitHub action in the repo. You can audit the build pretty easily, or if you're super paranoid you can build it yourself by following the build steps.
Even if the app is trustworthy, it still adds an attack vector to your system. It could have a bug, or the certificate could be exploited by another program.
Re: System-wide open source ad blocker for Mac, Windows, and Linux
#68It is just not wise to allow some random application to MiTM your SSL traffic.
If you can read the code and asure that the traffic won’t be sent to a malicious third party, why not? What is the concern?
Re: System-wide open source ad blocker for Mac, Windows, and Linux
#69I'm comfortable with a DNS based blocker (pi-hole) and it seems to work quite well. Bonus: It works across all devices on the network, rather than installing something onto the OS.