Results 100 comments of pyllyukko

> for when 'media.peerconnection.enabled = false' isn't enough. As @Kakadu said... when is it not enough?

Why not. It would be cool, if the Makefile would actually build the whole profile directory, but I'm not sure if that's possible. There might be some switches in FF...

> I had write here (below URLs) to how someone can inject to android firefox with easiest way (without installing extensions or app): Thanks! > I just write it, maybe...

> https://hg.mozilla.org/mozilla-central/rev/99afe078d602 Also: ``` + /* If new value is same as the default value and it's not a "sticky" + pref, then un-set the user value. ``` > instructions...

Have you manually disabled tracking protection? Even after that Firefox seems to make some automatic connections to places like `detectportal.firefox.com`. Are you sure those are from Firefox as `tcpdump` shows...

Can you provide the DNS requests happening before these connections so we can narrow down the culprits?

> Could you explain how to do this? `tcpdump -i any -n 'port 53'` or using [Wireshark](https://www.wireshark.org/).

Interesting. > Perhaps a good value should be 10-15. Would require some reference and/or research regarding what would be the optimal value for this setting.

> According to Apache's docs the default value is 5 seconds. From a quick testing, I would go with 15. That accounts for one TCP Keep-Alive ACK response from the...

Some benchmarks (with this very page): ## network.http.keep-alive.timeout == 0 ![0-2](https://user-images.githubusercontent.com/1058704/39941714-17e8b392-5566-11e8-9317-91025294d913.png) ## network.http.keep-alive.timeout == 15 ![15-2](https://user-images.githubusercontent.com/1058704/39941734-27aff83a-5566-11e8-8fdf-545536e0accc.png) ## network.http.keep-alive.timeout == 115 ![115-2](https://user-images.githubusercontent.com/1058704/39941744-2f015bec-5566-11e8-85bc-87c13ed4f9de.png)