Interesting approach. I hope more browser vendors will adopt it. It comes with an additional advantage: if a website still needs to function when tracking domains are delayed a second or so, they likely will function too with said domain completely disabled (e.g. using extensions). Sounds like a win from a user perspective.
I block ads, analytics and 3rd party fonts. Almost every site works just fine.
Firefox 57 delays requests to tracking domains
171–180 of 266 posts
Re: Firefox 57 delays requests to tracking domains
#172This raises the question: Why delay instead of block? Assumption is that user wants page to load faster but does not object to tracking . What if user wants page to load faster and objects to tracking? Source of Firefox tracking protection is list at disconnect.me? credit: eco https://news.ycombinator.com/item?id=15964393 Basic gethostbyname()->HOSTS file blocking: #!/bin/sh exec curl https://disconnect.me/trackerpro…
Blocking is already supported: https://support.mozilla.org/kb/tracking-protection#w_how-to-... Mozilla doesn't want to enable it by default because it is the funding model of the web, and no viable alternative funding model for most of the web's content has arrived yet. (At least, that's the public statement. I don't know if e.g. potential lawsuits, etc. also play a role.)
Re: Firefox 57 delays requests to tracking domains
#173Earlier quoted context omitted.
Can you explain how you do that?
> Can you explain how you do that? Probably Pi-Hole running on. Raspberry Pi. https://pi-hole.net
Re: Firefox 57 delays requests to tracking domains
#174Isn't it anti-net-neutrality? Is it ok to build it into a major browser? I actually block all the tracking, malware, ads, social networks, fraud, gambling, porn (except a couple of porn sites I like :-)) etc domains I could find information about but this is my personal conscious choice, I have manually installed extensions for this and built the lists. Shouldn't other people do the same themselves too if they choose…
But on the principle, yep, FF shouldn't have a neutral treatment for everything. And that, of course, is impossible to define : what is "neutral" ?
Re: Firefox 57 delays requests to tracking domains
#175I work for an analytics company, this will affect my snippet – I don't think it is a big deal, but I'm going to benchmark it on a few sites. From what is described here, it may actually help us. When folks throw tons of tags into their site, we're all competing against each-other as well as the site's own loading – it makes sense to prioritize the site's rendering. I think of this as no more invasive than pre-caching…
Why would you do that? You are providing a service to the people that is a pure benefit for them and doesn't harm them at all. Why would anyone want to delete such helpful data?
Re: Firefox 57 delays requests to tracking domains
#176I work for an analytics company, this will affect my snippet – I don't think it is a big deal, but I'm going to benchmark it on a few sites. From what is described here, it may actually help us. When folks throw tons of tags into their site, we're all competing against each-other as well as the site's own loading – it makes sense to prioritize the site's rendering. I think of this as no more invasive than pre-caching…
A couple of years ago I went to a conference where one of the speakers outlined his company's web page optimization methods. The big one was to delay executing JS until at least the visible page content was loaded, and all JS that actually implemented customer-useful bits. His example page loaded 94 scripts, which he claimed was representative of many pages.
I know this is the norm, but can we just agree that this is insane?
Some sites I go to, I just see the block badge on UBlock Origin ticking up like a Bitcoin price tracker.
Re: Firefox 57 delays requests to tracking domains
#177I work for an analytics company, this will affect my snippet – I don't think it is a big deal, but I'm going to benchmark it on a few sites. From what is described here, it may actually help us. When folks throw tons of tags into their site, we're all competing against each-other as well as the site's own loading – it makes sense to prioritize the site's rendering. I think of this as no more invasive than pre-caching…
> wipe out data per-request Why would you do that? You are providing a service to the people that is a pure benefit for them and doesn't harm them at all. Why would anyone want to delete such helpful data?
Re: Firefox 57 delays requests to tracking domains
#178Earlier quoted context omitted.
I block ads, analytics and 3rd party fonts. Almost every site works just fine.
As I'm sure you're aware, many content creators that you are reading the work of fund their efforts via ads. I think this is a happy medium to attempt to improve performance of these pages without denying them compensation.
Re: Firefox 57 delays requests to tracking domains
#179Earlier quoted context omitted.
Jesus. Really? Downvotes? Pretend this person worked for facebook and made some statement regarding what the company does. (a) he would be fired on the spot by the company itself ( as he is not authorized to speak on behalf of the company ) (b) he would be laughed out the room because he does not control company decisions The same applies to every single company. Every single one.
Agreed, they make a good point, however, I think the terms of service are binding, and if what we're doing changes, we _must_ update them. This, of course, does not change the fact that we've collected a lot of data and it would suddenly fall under the new terms of service. With that said, I actively delete customer data on request, and a terms of service change like this _might_ (very reasonably) prompt someone to r…
That's the kind of things which make me for the vision of data as liability.
Re: Firefox 57 delays requests to tracking domains
#180Earlier quoted context omitted.
uMatrix is also great. It does a lot of the same things NoScript does, but at a greater granularity. I still use NoScript for its XSS protection features but have the main JS-blocking feature disabled because it's redundant.
Interesting. I never got around to playing with uMatrix. Is it worth it considering i have a boatload of configs for sites i use with NoScript?