Earlier quoted context omitted.
> The options in config were greyed out in 83. I'm running Firefox 83, and those options are still available. It's critically important that Firefox support disabling telemetry. If you've edited those options via one of the lower-level preference systems, such as autoconfig.js, you may have locked them, which would cause them to show up as greyed out.
about:config and search toolkit.telemetry.enabled I checked on a fresh 83 and its greyed out. You need to create the file firefox.cfg in install Dir and enter lockPref("toolkit.telemetry.enabled", false); To override it And to get that to work you need to create /defaults/pref/autoconfig.js with pref("general.config.obscure_value", 0); and pref("general.config.filename", "firefox.cfg.js"); Its getting harder and hard…
Firefox 84.0
321–328 of 328 posts
Re: Firefox 84.0
#322Earlier quoted context omitted.
Yes, but that's only relevant if Firefox were mapping from IP addresses to something. Here it's mapping to an IP address, so 127.0.0.1 is fine (even though, e.g., 127.0.0.42 would also have been fine).
It seems relevant because Firefox ignores that I might have dev.localhost mapped to a valid loopback address that is not 127.0.0.1.
Re: Firefox 84.0
#323Re: Firefox 84.0
#324Earlier quoted context omitted.
I'm in the same boat and have the same worries. I give them a monthly donation to support the company, in hopes of showing that there are paying customers they may be able to fall back on in the future. I can't think of anything else I can do to turn back the tide of the advertiser-developed browser. (Yes, I already know the money doesn't go directly to Firefox development today, thanks.)
Thank you for this inspiration, I've created my monthly payment now. I cannot imagine being forced to use anything else than Firefox... (Even though the Android version is barely usable after the rework...)
It's compatible with many add-ons missing from FF on Android and has some additional features that were "lost" in the Fenix release.
Re: Firefox 84.0
#325Re: Firefox 84.0
#326Earlier quoted context omitted.
Like, started from the local filesystem? I see they have a "Notebook Server," is that what you mean by "locally," rather than starting it from clicking an e.g. "jupyter.html" file? To their credit, it doesn't seem to use Node, and configuration via .py files tells me maybe they have some lightweight server thing that makes it a bit more manageable as a single-user app than via Node or Electron and friends. Anyway, I…
Yes, Jupyter Notebook (and its successor Jupyter Lab) is a Python program that serves a browser (HTML/CSS/JS) application. It is meant to be used equally well when the Jupyter server is on your local machine or somewhere else on the network. Other tools that use similar architectures: Tabula, Kiwi IRC, The Lounge IRC. The user experience is maybe more "technical", but you don't have Electron involved, just whatever w…
Re: Firefox 84.0
#327Earlier quoted context omitted.
Thank you for this inspiration, I've created my monthly payment now. I cannot imagine being forced to use anything else than Firefox... (Even though the Android version is barely usable after the rework...)
> Even though the Android version is barely usable after the rework... Yeah, the initial launch was pretty bad. However, this has improved quite a bit from the initial launch if you haven't tried it in a while.
Re: Firefox 84.0
#328What's the best way to support the browser directly with money? Pay for the VPN?