To defend Google a bit, it looks like the change is being put in place so that users would have more privacy – by stopping extensions accessing all active URLs. In essence they are copying what Apple did with Safari and their content blocking APIs. In this model, content blockers provide the browser with a set of blocking rules and the browser executes them against pages during render & load. Ad blocking can occur an…
Google proposes changes to Chromium which would disable uBlock Origin
371–380 of 779 posts
Re: Google proposes changes to Chromium which would disable uBlock Origin
#372Earlier quoted context omitted.
I highly suggest looking into Opera. It is also based on Chromium and therefore backwards compatible with extensions, bookmarks, etc. I switched around 6 months ago and haven't looked back since! They have built in VPN, adblocker, Turbo, screenshot, news, and more! Been really happy with it so far.
Opera is now owned by a Chinese consortium and quite possibly embeds spyware. Check out Brave, instead, which is founded by the inventor of Javascript and extremely privacy-focused.
Re: Google proposes changes to Chromium which would disable uBlock Origin
#373To defend Google a bit, it looks like the change is being put in place so that users would have more privacy – by stopping extensions accessing all active URLs. In essence they are copying what Apple did with Safari and their content blocking APIs. In this model, content blockers provide the browser with a set of blocking rules and the browser executes them against pages during render & load. Ad blocking can occur an…
Got it.
Re: Google proposes changes to Chromium which would disable uBlock Origin
#374Earlier quoted context omitted.
Mozilla is really no better than Google... in fact Chromium on my Linux distro vastly outperforms Firefox.
What does performance on a Linux distro has anything to do with Mozilla being better/not better than Google?
Re: Google proposes changes to Chromium which would disable uBlock Origin
#375So we have a browser with nearly 70% market share, made by an advertising company that's arguably the most powerful business on the internet, interfering with ad blocking. And of course there is no regulatory body that is able or willing to step in. Great.
"President Donald Trump’s nominee for U.S. attorney general, William Barr, told lawmakers on Tuesday that he would focus attention on the “huge behemoths” in Silicon Valley at the center of a debate over antitrust enforcement. " https://www.reuters.com/article/us-usa-trump-barr-antitrust/... We can only hope.
Re: Google proposes changes to Chromium which would disable uBlock Origin
#376Earlier quoted context omitted.
But the design document only mentions retaining the old API for features that aren't possible with the new API, such as onAuthRequired. So it would still cripple uBlock
What if someone would create a pull request to implement unlock origin natively inside chromium, instead of an extension. If such a PR met all technical criteria, would Chromium project accept it?
Re: Google proposes changes to Chromium which would disable uBlock Origin
#377To defend Google a bit, it looks like the change is being put in place so that users would have more privacy – by stopping extensions accessing all active URLs. In essence they are copying what Apple did with Safari and their content blocking APIs. In this model, content blockers provide the browser with a set of blocking rules and the browser executes them against pages during render & load. Ad blocking can occur an…
So Google is going to help me have more privacy by preventing me from letting extensions I want to run from having access to data I want that extension to have, so it can do a job I want it to do. Meanwhile, Google's software will of course have full access to everything I do online, and most of my data will live on Google servers. And the extension that I want to have access is also downloaded from Google servers. A…
Re: Google proposes changes to Chromium which would disable uBlock Origin
#378Earlier quoted context omitted.
One of my concerns is that DNS over HTTP(s) is really just a way to obfuscate DNS queries from the oversight of network level ad blockers like Pi Hole, AdBloka et al.
That's why you use DoH from you pihole, not your computer/phone etc.
MiTM intercepting HTTP(s) traffic on my Android devices is really difficult due to certificate pinning. The only way to quantify how many unexpected requests apps are making was to watch DNS traffic. If, one day, these apps just make a single DNS request to Google's DoH host then encrypt all their traffic from there onwards, I'd have no insight into what's going on in my own device.
Re: Google proposes changes to Chromium which would disable uBlock Origin
#379Earlier quoted context omitted.
Not the person you're responding to, but no. Until uMatrix actually breaks for me, I'm not switching to Firefox. Switching is a pain, and I don't like Firefox's UI/UX. I'd switch if they did this because I value the extension very highly, but I wouldn't be happy about it.
I'm in the same boat. I'm not a fan of Firefox at all. Leadership, code, marketing, UI, etc. I'll probably move to Safari
Re: Google proposes changes to Chromium which would disable uBlock Origin
#380Earlier quoted context omitted.
Network level ad-blocking doesn't work very well. Privoxy (and Proxomitron before it) were doing it 20 years ago, but never caught on because they're a PITA to setup and can't handle inline adverts. Pi-hole is new, but it's even more work to setup, and suffers the same limitations. And as ad-blocking has become more popular the problems only gotten worse. It's unusual that I see any ads any more, but when I do it's a…
Why doesn't it? (Not a leading question, I just don't understand why it doesn't) Isn't the way uBlock and the like work is that they see network requests from a blacklist and not load those resources? Isn't network level blocking just moving that from the local device up a level?